Printable Version of Topic

Click here to view this topic in its original format

Armed Assault Info Forums _ Mission Editing & Scripting _ Enter a team Hostage

Posted by: InvisibleMan May 27 2011, 19:27

Hi guys!
I'm creating a mission in which I have to leave the Hostage..
I would like going up to him or after having liberated the area became part of my group ...
Someone I can 'help??
Thank's so much!!

Posted by: D@V£ May 27 2011, 21:33

You can use the join command to get this sort of behaviour.

CODE
[Hostage] join (group player)

To get this to happen if when the player is close to the hostage, you can use a trigger, and replace the "condition" field with this:
CODE
player distance Hostage < 5

(Replace 5 with the distance you want in meters)

http://community.bistudio.com/wiki/distance
http://community.bistudio.com/wiki/join

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)