Jump to content
Sign in to follow this  
Darkside360

Trying to make units reappear

Recommended Posts

Here is what I have

I have a group of men hidden and only want them to reappear when a unit crosses into the trigger.

In the group leaders init field I have this:

Grp1 = Group this; {_x hideObject true} ForEach units group this

Now when I have my unit cross into the trigger the group does not reappear.

I put the exact same thing in the triggers activation but change true to false. I tried changing the name of "this" to Grp1 and still nothing. I'm not sure what to do.

Share this post


Link to post
Share on other sites

OMG i want to know this too! i need this soo bad hah

Edited by wizbomb

Share this post


Link to post
Share on other sites

you would set the trigger up to detect when the player enters the area and then in the on act of the trigger you would put {_x hideObject false} ForEach units Grp1 to get them to reappear .

condition could be player in thislist

Edited by F2k Sel

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  

×