I was wondering if a trigger can be made so that it turns itself off after it has been triggered once.
Thanks
Ad
Do you want it to go away? Or just turn itself off?
If you dont mind it going away, you can check the "temporary" box and itll fire, then go away.
Otherwise, you'll have to give it a name (name box), change send to to "script", then put this in your "Send" box:
send "[whatever you want sent to the mud]"
enabletrigger "triggername", 0
Of course, youll need scripting enabled, and set to VBscript.
and that [whatever you want sent to the mud] is what you used to have in your send box (unless you werent sending to world in the first place).
So if you wanted to send, say "wake", you would have:
send "wake"
in the send box, as well as the enabletrigger line.
Quote:
If you dont mind it going away, you can check the "temporary" box and itll fire, then go away.
No, that makes it not save to disk. You are thinking of one-shot timers.
Your other solution would work, have the trigger disable itself.