Rooms: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
*>SSH
No edit summary
 
mNo edit summary
Line 1: Line 1:
You can have up to 1000 rooms, but any numbered >300 will not have their state saved when the player leaves the room. This basically means that [in those rooms], room script variables, object positions, etc will all be reset to their default values when you leave the room. [http://www.bigbluecup.com/yabb/index.php?topic=13914.msg168605#msg168605]
You can have up to 1000 rooms, but any numbered >300 will not have their state saved when the player leaves the room. This basically means that in those rooms, room script variables, object positions, etc. will all be reset to their default values when you leave the room. [http://www.bigbluecup.com/yabb/index.php?topic=13914.msg168605#msg168605]


[[Category:Tidbits and Snippets]]
[[Category:Tidbits and Snippets]]

Revision as of 08:07, 10 December 2005

You can have up to 1000 rooms, but any numbered >300 will not have their state saved when the player leaves the room. This basically means that in those rooms, room script variables, object positions, etc. will all be reset to their default values when you leave the room. [1]