Jump to content
Sign in to follow this  
Nicolai

trigger as condition in script

Recommended Posts

Hi all,

I have a quik question regarding the use of a trigger as a condition in a script.

I believe the code was

if (triggername) then {
hintsilent "it worked!"
};

but this doesn't seem to work, the hint fires straight away. Can anyone correct me?

Thanks in advance,

Nicolai

Share this post


Link to post
Share on other sites
if (triggeractived triggername) then {

hintsilent "it worked!"

};

Not sure about conditions in scripts, but this may be correct if you want it to trigger once a trigger has been triggered.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×