all games in ags start from room number 1!!how can i change it? for example i want my game will be start from room number 8!please help... Cry
all games in ags start from room number 1!!how can i change it? for example i want my game will be start from room number 8!please help... :'(
The room the game starts in is determined by the room that's set as starting room for the player character.
In other words, open the player character and check the properties list. Change the room number to 8.
Expand the "Characters" node in the project tree.
Double click on your player character's name.
You'll find the properties available in the property grid.
The property "StartingRoom" sets which room number the character starts off in at the beginning of the game.
When you change the value from 1 to 8, your game will start in Room 8.
EDIT: Sorry, didn't notice Khris already answered.
thanks guys! :-* :-* :-*