Cooks Corner
Member-
Content Count
16 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Cooks Corner
-
Rank
Private First Class
-
Add scroll option to custom ace arsenal
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thanks very much got that working now that helped a lot -
Add scroll option to custom ace arsenal
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
i got it working with this code but the range on it seems to be unlimited would you know how to make it say 4 or 5 meters this addAction["Open Arsenal", {[vabox, player, false] call ace_arsenal_fnc_openBox}]; -
Ace remove handcuffs with trigger
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thats fair you just put this into the on activation of the trigger [unitname,false] call ace_captives_fnc_setHandcuffed; -
Add scroll option to custom ace arsenal
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
thats not very helpful i know you can use ace interact but id rather use a scroll option -
Ace remove handcuffs with trigger
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Nevermind I figured it out -
Add scroll option to custom ace arsenal
Cooks Corner posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Im not too sure how to add a scroll option to access the custom arsenal ive made the code ive attached is whats in the init field for the ammo box that has unit specific loadouts [vabox, false, false] call ace_arsenal_fnc_initBox -
Ace remove handcuffs with trigger
Cooks Corner posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
As title says I would like to remove handcuffs from a unit on trigger activation -
Disable refuelling at placeable fuel station
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Perfect thanks very much -
Disable refuelling at placeable fuel station
Cooks Corner posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Just like the title says is there any way to disable the scroll option and auto refuelling at the fuel stations you can place in the editor -
I cant force my unit to equip his rangefinder i read somewhere to put this code in his init field but it didn't work this selectWeapon "Rangefinder";
-
Cooks Corner started following [Release] Simple IED Script
-
[Release] Simple IED Script
Cooks Corner replied to phronk's topic in ARMA 3 - MISSION EDITING & SCRIPTING
i know this is an old thread but is there any way to make the IEDs spawned within the markers totally random say between 0 and 5 -
scripting Custom ammo box contents when spawned
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Absolutely perfect thanks again this had made life much easier -
scripting Custom ammo box contents when spawned
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi thanks for the reply thats exactly what i was looking for. ammo_spawn is the object im using to scroll and spawn the boxes at my only other question would be do you know how to make them spawn in a pre defined area instead of around the ammo_spawn object? -
Im very new to scripting i was wondering if anyone can help i need to load different ace default loadouts to specific rolls when they spawn in because using ace arsenal when i change it in the eden editor the items gear and weapons are all right just the items are not in the right places ie bandages in the vest instead of uniform which is where i placed them ive tried reading the ace wiki on default loadouts but its lost on me any help would be appreciated.
-
scripting Custom ammo box contents when spawned
Cooks Corner replied to Cooks Corner's topic in ARMA 3 - MISSION EDITING & SCRIPTING
good point