Nicolai 10 Posted August 3, 2010 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
Jelliz 10 Posted August 3, 2010 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
Nicolai 10 Posted August 3, 2010 Ok thanks Jelliz! Nicolai Share this post Link to post Share on other sites