-
Notifications
You must be signed in to change notification settings - Fork 1
/
VariableEdits.sqf
13 lines (13 loc) · 1.11 KB
/
VariableEdits.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////Lega Keymaking Config.//////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
Lega_KeySingleCurrency = false; //turn single currency on or off from here./////////
Lega_KeyisFree = false; //Key is free (not recommended).////////////////////////////
Lega_KeyDebug = false; // use only when debugging or when im testing.///////////////
//////////////////////Cost Edits////////////////////////////////////////////////////
if (Lega_KeySingleCurrency)then{////////////////////////////////////////////////////
Lega_KeyCost = 50000; // Coin Price of Key (only if singlecoin = true)//////////////
}else{ //do not remove this line.///////////////////////////////////////////////////
Lega_KeyCost = "ItemGoldBar10oz"; //Item Classname ie "ItemBriefcase50oz"./*////////
};//////////////////////////////////////////////////////////////////////////////////
Key_Maker = ["UN_CDF_Soldier_Pilot_EP1","Worker3 ","Worker2","Profiteer4","RU_Villager3","RU_Profiteer4","HouseWife1"];