Ariovistus
-
Content Count
2 -
Joined
-
Last visited
-
Medals
Posts posted by Ariovistus
-
-
waitUntil {!isNull player};if (local player) then{//Player ID Array_Players = [Mark];if !(getPlayerUID player in _Players) then{player moveInCargo spawnHeli;sleep 0.5;};};waitUntil {!isNull object};if (local object) then{_aiPlayers = [bob, Carl, Luke];if !(getObjectType object in _aiPlayers) then{object moveInCargo spawnHeli;sleep 0.5;};};Thanks for the script :)I'm new to scripting but I am trying to use your script to move my ai players into my heli upon respawn on the trigger too. the intent here is that as my teammates die they respawn on the trigger which then sends them into the heli. It works now for my players but how can I make it work for ai units(/objects?) too? as of right now they respawn on the trigger but remain on the ground.
Teleport script activated via trigger
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Works like a charm, you're a wizard! Thanks man!