Is it possible to set a message to trigger by using a timer and if so, how?
An example for what I'm looking for;
Say a ship undocks from a station then wanders off. I'd like to have a message appear on screen only after it undocks. Can anyone help?
Message on a Timer?
- Betelgeuse
- Fleet Officer
- Posts: 1920
- Joined: Sun Mar 05, 2006 6:31 am
replace
with
And change the 100 and Success depending on how long you want to wait and what you call your timed event.
Code: Select all
<Exit/>
Code: Select all
(block Nil
(sysAddObjTimerEvent 100 gsource "Success")
(scrExitDock gScreen)
)
Crying is not a proper retort!
- Betelgeuse
- Fleet Officer
- Posts: 1920
- Joined: Sun Mar 05, 2006 6:31 am
can I see the code?
Crying is not a proper retort!
- Betelgeuse
- Fleet Officer
- Posts: 1920
- Joined: Sun Mar 05, 2006 6:31 am
sure or you can upload it to the mod site zipped up
Crying is not a proper retort!