Jump to content
Sign in to follow this  
krycek

Trigger question!

Recommended Posts

In my mission I'm on Petrovice with my squad and I want 4 T80s to attack the city but whenever I want,for example put a small trigger near a house and when my player is entering in that trigger's zone the T80s(or any other enemy unit)start marching towards the town,but I don't know how to do it.

So,could someone please help me out??

Share this post


Link to post
Share on other sites

setup the trigger. Group (F2) the trigger with the unit you want to fire the trigger by drwing aline between player and trigger.

Setup T80. Name it t1

Give him a waypoint in town.

Use :

this setfuel 0 in init field of T80´s to empty their fuel tank.

In OnActivation of trigger use:

t1 setfuel 1

This will refuel tank when trigger is activated and tank will move.

There are several ways to solve this problem. You can also place a waypoint directly in front of t80´s and a second one in town. Now sync (F5) the trigger and the 1st waypoint by

drawing thin line between them.

These are only two solutions. There are a lot others.

Edit: Might be helpful to visit our cookbook section at our homepage. It contains a lot of info for editing starters.

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  

×