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!
It's in the -Room Editor
Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, -Settings
It's the i-button.
Thanks.
But where do I find the Text-Script for the room interactions?
Just click the "Run Script..." button of that event in the interaction editor. :P
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...
Quote from: Pablo on Mon 21/02/2005 16:47:01
It's in the -Room Editor
Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, -Settings
It's the {}-button.
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.