Jump to content
ChlckenWlng

unitCapture is not capturing what I do with weapons

Recommended Posts

Everything works with unitCapture but not with weapons. When I copy the weapon fire data the output is always [] but movement works just fine.

What did I do wrong?

 

My scripts:

_Player1move = ;

Player1dothings = [player1, _Player1move] spawn BIS_fnc_UnitPlay;
[player1] spawn BIS_fnc_UnitPlayFiring;

 

Trigger script:

[player1, 600, 60, true, 10] spawn BIS_fnc_UnitCapture;  

 

Thanks for any help

Share this post


Link to post
Share on other sites

Follow the instructions in the third post of this thread.

 

 

Share this post


Link to post
Share on other sites

I got it working. It was not the script or my triggers it was the functions file of TedHo

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

×