Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Estaog on Mon 21/02/2005 16:34:03

Title: Room Interactions
Post by: Estaog on Mon 21/02/2005 16:34:03
I havent used ags in quite a long time, and i forgot where the room interactions are. By this i mean "first time player enters screen" ecc. I checked the room script and global script but i couldnt find anything. Help!
Title: Re: Room Interactions
Post by: Ubel on Mon 21/02/2005 16:47:01
It's in the -Room Editor
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  -Settings

It's the i-button.
Title: Re: Room Interactions
Post by: Estaog on Mon 21/02/2005 17:39:20
Thanks.
Title: Re: Room Interactions
Post by: on Tue 21/03/2006 05:46:45
But where do I find the Text-Script for the room interactions?
Title: Re: Room Interactions
Post by: Gilbert on Tue 21/03/2006 05:55:28
Just click the "Run Script..." button of that event in the interaction editor. :P
Title: Re: Room Interactions
Post by: on Wed 22/03/2006 05:57:43
Sorry, coz of big lack of good English I didn't qoute my question quite well...
Morely I wanted to know : is there a Text-Script Version of the Room-Interaction (quite like a "Global"-Room-Script) ... but ...
After clicking threw all AGS 2.71 I guess the answer is NO...
Title: Re: Room Interactions
Post by: Khris on Wed 22/03/2006 06:58:07
Quote from: Pablo on Mon 21/02/2005 16:47:01
It's in the -Room Editor
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  -Settings

It's the {}-button.
Title: Re: Room Interactions
Post by: Ashen on Wed 22/03/2006 11:42:06
If you mean "Is there a script generated for interactions set in the Interaction Editor" then no, there isn't.
You can script Room Interactions yourself (using the Run Script interaction as Gilbot said), but the commands used by the Interaction Editor ('Character - Move Character', 'Player - Go to a different room', etc) don't generate script.
To access the whole Room Script (e.g. to create ints, Strings, or custom functions) it's the '{}' button (or Ctrl-E) as KhrisMUC said.