Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Mikey on Sat 08/03/2008 22:23:14

Title: first time enter room
Post by: Mikey on Sat 08/03/2008 22:23:14
i've checked the dynamic help in ags and searched the forum for the first time enter room line and it doesnt seem to work for me. The annoying thing is i've done this before but i can't remember how i did it.So could someone just paste the first line i would need please.i think im missing something pretty simple.

im getting ready to kick myself.
Title: Re: first time enter room
Post by: miguel on Sat 08/03/2008 22:39:47
Hi! I'm not sure what is your question but you should use:
- Room Editor - Settings - Interactions (icon 'i' next to the floppy disk icon) - First time player enters room

Sorry if this wasn't what you need.
Title: Re: first time enter room
Post by: Mikey on Sat 08/03/2008 23:10:44
ah i see thanks alot
Title: Re: first time enter room
Post by: Dualnames on Mon 17/03/2008 12:54:37
That 'i' isn;t that only for AGS 2.72? I can't seem to get the correct image in my head but taking from the dynamic help you're using AGS 3.0 Anyway select the room double click on it then on the right side of the screen click on the thunder select the first time enters room or otherwise open the room script and put this:

first_Load() {
//your code
}