Jump to content
Sign in to follow this  
alleycat

Is it possible to have units "hidden" until a certain trigger is on?

Recommended Posts

Is it possible to have units "hidden" until a certain trigger is on?

Share this post


Link to post
Share on other sites

You mean hidden as in somewhere else, then beam them in? Surely, you use setPos on the units and they'll be beamed to whatever position you specify.

UNITNAME setPos (getPos OJECTNAME);

Use something like that in the trigger activation field, and the unit described by UNITNAME will be beamed to the position of the object described by OBJECTNAME, which can be an invisible helo pad or something.

Share this post


Link to post
Share on other sites

The best way to dao that I think is to script the group using the createGroup. Then creating a trigger to call the script when the trigger conditions become true. If you need an here is an example of what I mean http://forums.bistudio.com/showthread.php?t=92872&page=2 This should help you out if this is what your wanting. Good luck.

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  

×