f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

Dynamic loot boxes #4

Closed nerdalertdk closed 10 years ago

nerdalertdk commented 10 years ago

Weapons for dynamic loot box

nerdalertdk commented 10 years ago

NOT READY dont pull yet

f3cuk commented 10 years ago

Okay, also check out what i did to dynamic_box.sqf, it simply combines the weapon arrays used in the config. I was thinking on expanding that with some more vars so you could add weapon_type, item_type and such.

[num_weapons, num_items, num_tools, weapontype(optional),itemtype(optional),tooltype(optional)];

[6,2,2,"sniper","sniper","sniper"] call box_dynamic; [2,30,4,"buildables","buildables","buildables"] call box_dynamic;