Message on a Timer?

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

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?
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

replace

Code: Select all

<Exit/>
with

Code: Select all

						(block Nil
							(sysAddObjTimerEvent 100 gsource "Success")
							(scrExitDock gScreen)
							)
And change the 100 and Success depending on how long you want to wait and what you call your timed event.
Crying is not a proper retort!
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

Thank you, that looks like it should work. I'll give it a try...
User avatar
Ttech
Fleet Admiral
Fleet Admiral
Posts: 2767
Joined: Tue Nov 06, 2007 12:03 am
Location: Traveling in the TARDIS
Contact:

<exit>

??

I'm going to try this.
Image
Image
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

Well, I tried it and still get no message to appear. I must be overlooking something or not calling the right functions for the event.
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

can I see the code?
Crying is not a proper retort!
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

I've tried to post the code twice but it keeps hanging and timing out. I'm on dial-up. Can I email it to you?
User avatar
Betelgeuse
Fleet Officer
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!
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

I'll email. Was planning on uploading it in the mod site after it's complete...
Post Reply