Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Koni

Trigger conditions ?

Recommended Posts

I am trying to get a trigger to activate once 2 conditions have already been met, but not having much luck with it so far.

Basically the 2 conditions are that another trigger has already been activated, so I'm using ...

triggerActivated triggername

which works on it's own, then the other condition is that the player is more than 10 meters away from another unit so I'm using

player distance unitname >=10

so in the triggers condition I have

triggerActivated triggername; player distance unitname >=10;

but the trigger won't let my have the 2 conditions this way and comes up with

TYPE BOOL, EXPECTED NOTHING

Help please :)

Share this post


Link to post
Share on other sites

ahhh, I keep forgetting the AND when it is different conditions like a trigger and a distance, but always use AND with 2 triggers being activated.

Silly me.

Thanks mate :)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×