Advertisement
TheMisticogamer

Untitled

Dec 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. removeallWeapons this; this enableSimulation false; this allowDamage false; this addAction[localize"STR_MAR_Bandit_Market",life_fnc_virt_menu,"bandit"]; this addAction[localize "STR_MAR_Bandit_Clothing_Shop",life_fnc_clothingMenu,"reb",0,false,false,"",' license_civ_bandit && playerSide isEqualTo civilian']; this addAction[localize "STR_MAR_Bandit_Weapon_Shop",life_fnc_weaponShopMenu,"bandit",0,false,false,"",' license_civ_bandit && playerSide isEqualTo civilian']; this addAction[format ["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "bandit" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "bandit" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"bandit",0,false,false,"",' !license_civ_bandit && playerSide isEqualTo civilian ']; this addAction[localize"STR_NOTF_ATM",life_fnc_atmMenu,"",0,false,false,"",' isNull objectParent player && player distance _target < 4 '];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement