Search the Community
Showing results for tags 'assign'.
Found 4 results
-
Hi, I'm trying to find way how to assign teams/colors for squad in editor. I only found - [this assignTeam "COLOR"] ,but it doesn't work for multiplayer. Anyone knows some command?
-
Correct way to reference RVmat file in addon
lawman_actual posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Can't seem to figure out the correct way to reference the RV mat file in my P: drive and have it work in game once packed up. My file structure is: In object builder it works if I assign the following: However in game I am told the material file cannot be found. I've tried a few iterations now and can't seem to figure the correct way to work. Advice would be much appreciated! Cheers, Law -
Description: This is a GUI that allows the person who executed the script to add/assign or remove/unassign Zeus to any specified player(s). Downloads & More Information: GitHub: Pastebin: Video: Steam Guide: Curator Creator Version 1.0: * New version is coming out soon. The script was broken so I am going to re-make it myself. *
-
how do I find nearest vehicle then assign as cargo for that vehicle
felipechapmanfromm posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have tried using GETIN NEAREST in a waypoint, but I had problems with it. This is my code atm nObj = nearestObject[casPos, ['sarheli0','sarheli1','sarheli2']]; casSpawn assignAsCargo nObj; [casSpawn] orderGetIn true; I know this code is wrong, also in the type for nearestobject can I put global variables into it