Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. this enableSimulation false; this allowDamage false; this addAction[localize"STR_Process_BananaJuice",life_fnc_processAction,"bananaJuice",0,false,false,"",' life_inv_banana > 0 && !life_is_processing && !life_action_inUse']; this addAction[localize"STR_Process_StrawberryJuice",life_fnc_processAction,"strawberryJuice",0,false,false,"",' life_inv_strawberry > 0 && !life_is_processing && !life_action_inUse']; this addAction[format ["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "fruchtwerk" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "fruchtwerk" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"fruchtwerk",0,false,false,"",' !license_civ_fruchtwerk && playerSide isEqualTo civilian '];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement