Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: KBrad on Sun 09/03/2008 06:05:12

Title: I would like some help with the wait and change room features.
Post by: KBrad on Sun 09/03/2008 06:05:12
I am just starting a new game, i am at the intro and im trying to make it play the two staring intro sences and the go to room 2 wich is wear you can pick play load or exit can you please show me what is wrong with my script? im editing the room 1 script because that is where you start. thank for any help. :=

// room script file
// SetGameSpeed(40)
// WaitMouseKey(1360);
// cEgo.ChangeRoom(2, 150, 150);
Title: Re: I would like some help with the wait and change room features.
Post by: miguel on Sun 09/03/2008 16:31:06
Hi there! You should put all your comands on :' Player Enters Room: After Fade In ', wait comands or, better said, blocking comands can't be put Before the room loads.
I hope this helps :)
Title: Re: I would like some help with the wait and change room features.
Post by: KBrad on Tue 11/03/2008 23:03:26
Tyvm, it did help. What I was doing wrong was I edited the room script file and I didn't do before or after the room loaded, I didn't set a point for it to do what I wanted if that makes any sense, but I made it work with your help so thank you. :=