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.
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.
ah i see thanks alot
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
}