Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: shahab on Sat 20/08/2011 14:55:31

Title: i want my game will be start from room number 8
Post by: shahab on Sat 20/08/2011 14:55:31
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
Title: Re: i want my game will be start from room number 8
Post by: shahab on Sat 20/08/2011 14:57:20
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...  :'(
Title: Re: i want my game will be start from room number 8
Post by: Khris on Sat 20/08/2011 15:33:49
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.
Title: Re: i want my game will be start from room number 8
Post by: Adrian on Sat 20/08/2011 15:34:23
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.
Title: Re: i want my game will be start from room number 8
Post by: shahab on Sat 20/08/2011 23:57:17
thanks guys! :-* :-* :-*