Jump to content
ShiftyFR

Make IA disappear and reapper

Recommended Posts

Hi all,

 

I'm trying to create an addaction on an IA to make it disappear, and I would like to make it reappear when activating a trigger. I have no idea how to do that.

Hope you can help me !

Share this post


Link to post
Share on other sites

1. Give the unit a variable name, in this example, AI_Unit

this addAction ["Hide",{AI_Unit hideObject true}];

2. In the trigger's "On Activation" field put the following:

AI_Unit hideObject false;

Share this post


Link to post
Share on other sites

Already tried, not working, the IA is a Marshaller, so he has to disappear when taking off (with the addaction), and reappear when landing (trigger).

 

EDIT, I have an idea, maybe with a teleport ?

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

×