Moving Room Up to Start
Merrie
09 Oct 2007, 16:53How can I 'move' a room in the editor up to the starting position? In other words it would be the first room a player see's? Just have them start in that room? I know this may seem silly.
witch wyzwurd
09 Oct 2007, 20:13If you want the "player" to start in a room, then in the "Game" window select which room you intend in the "Player starts in this room" drop-down box.
If you as the editor want to see the start room listed first in QDK under the Room tree then you'll have to open your ASL file in an editor program like WordPad, etc. and manually cut and paste the room to where you want it. After you save the file in WordPad... save as (with quotes) "filename.asl"... then reopen the file in QDK and the new start room will be listed at the top of the tree. Make sure you cut and paste all of the room's code.
If you as the editor want to see the start room listed first in QDK under the Room tree then you'll have to open your ASL file in an editor program like WordPad, etc. and manually cut and paste the room to where you want it. After you save the file in WordPad... save as (with quotes) "filename.asl"... then reopen the file in QDK and the new start room will be listed at the top of the tree. Make sure you cut and paste all of the room's code.
Merrie
09 Oct 2007, 21:17Ok thanks!