Arma 3
Konny Oct 14, 2016 @ 9:51am
How do i add a Virtual Arsenal Supply Box in editor?
I am trying to create a map where you get to choose all your gear via Virtual Arsenal, but i am unable to find the Virtual Arsenal Supply Box. Where do i find it?
< >
Showing 1-7 of 7 comments
† Rox † Oct 14, 2016 @ 10:00am 
Just add this to the init of a box (or anything you want as the supply box) (:
this addaction ["Open Arsenal", { ["Open",true] call BIS_fnc_arsenal;}];
Last edited by † Rox †; Oct 14, 2016 @ 10:00am
Konny Oct 14, 2016 @ 10:02am 
Cool man, ty for the help
Konny Oct 14, 2016 @ 10:06am 
Well, i tried that and i got an error message saying ''Init: Type Array, expected Nothing''
IM SORRY BUFFALO Oct 14, 2016 @ 10:49am 
this addAction ["Open Virtual Arsenal", {["Open",true] spawn BIS_fnc_arsenal}];
Konny Oct 14, 2016 @ 12:15pm 
While you're still at it, how can i limit the Virtual Arsenal so that you can only choose specific guns, clothing, vests etc?
IM SORRY BUFFALO Oct 14, 2016 @ 1:33pm 
Originally posted by RhiiZee:
While you're still at it, how can i limit the Virtual Arsenal so that you can only choose specific guns, clothing, vests etc?
as far as i know you cant. if thats your goal then your best bet is to make a GUI, you can still call it the same way.
MATTXYO Oct 14, 2016 @ 2:07pm 
Have a look at second post in this discussion.

Change the class names to the class names you want in the crate.

https://forums.bistudio.com/topic/191716-limit-virtual-arsenal-items/
Last edited by MATTXYO; Oct 14, 2016 @ 2:12pm
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Oct 14, 2016 @ 9:51am
Posts: 7