OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: alex75 on 04 Oct 2006, 14:19:49

Title: Insert "Savegame" via Radio Function
Post by: alex75 on 04 Oct 2006, 14:19:49
Hello,

I'm editing a single player mission for OFP 1.96 and I would to know how you can insert a "savegame" code via radio-function.
I think in my mission is better to save more than once.
Do you know any script to do that?
thanks

alessandro
Title: Re: Insert "Savegame" via Radio Function
Post by: bedges on 04 Oct 2006, 14:56:56
put a trigger on the map. make it activated by radio juliet, repeatedly. in the 'on activation' box type

Code: [Select]
savegame
now you can save your game any time by typing 0-0-0.
Title: Re: Insert "Savegame" via Radio Function
Post by: alex75 on 04 Oct 2006, 20:51:58
Thank You
alex