Attached is one method... ---> Click
download
Another one I use more frequently is this (assigned to trigger zone AI Script Main):
;Artificial Intelligence Script
;Header
desc = Auto-Save and Display Text.
;Triggers
;Setup Text
:state=0:fpgcrawtextsize=18
:state=0:fpgcrawtextfont=verdana
:state=0:fpgcrawtextx=90,fpgcrawtexty=90
:state=0:fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255
:state=0:state=1
;Activation
:state=1,plrwithinzone=1:etimerstart,quicksavegame,sound=$0,state=2
;Display and Remove
:state=2:fpgcrawtext=Game Saved...
:state=2,etimergreater=3000:activateifused=1,state=3
:state=3:none
;End of Script
- BlackFox
The function of good software is to make the complex appear to be simple.