I am attempting my first standalone that saves data. I have elected to use the splash stack method and have entered the following code into the splash stack:
Code: Select all
On OpenStack
Send "DelayClose" to me in 15 seconds
end OpenStack
On DelayClose
go to stack "WeaponsControlMain"
close me
end DelayClose