So I modified autosave script that you need to press a button for it to make an autosave. the problem is that this happens only once. What I need is that you can do it everytime when in the zone.
the script is here:
;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,scancodekeypressed=18,plrwithinzone=1:timerstart,quicksavegame,sound=$0,state=2
;Display and Remove
:state=2:fpgcrawtext=Game Saved...
:state=2,timergreater=3000:activateifused=1,state=3
:state=3:none
;End of Script
It's probally a single thing to do, but help would be more than welcome!
Thanks
Jonez