Jump to content
Sign in to follow this  
thedudesam

Simple assassination mission help please.

Recommended Posts

Hi does anyone know how i can make a mission where the objective is to kill a certain enemy for it to be complete? thanks.

Share this post


Link to post
Share on other sites

name the target in the unit name field,

"target"

place a trigger, and in the condition line put;

!alive target;

make the trigger an end#1 or set it is an objective

Share this post


Link to post
Share on other sites

I'll throw this in here. You can use that same code for vehicles as well.

Example:

!alive tank

However, it is better to use:

!canmove tank

That way if you immobilize it it still counts.

Just thought I would post it for your future reference for when you move on to destroy the vehicle missions.

Share this post


Link to post
Share on other sites
I'll throw this in here. You can use that same code for vehicles as well.

Example:

!alive tank

However, it is better to use:

!canmove tank

That way if you immobilize it it still counts.

Just thought I would post it for your future reference for when you move on to destroy the vehicle missions.

Ahh that's cool, thanks ;)

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  

×