This commit is contained in:
fallingsheep 2015-02-08 20:47:28 +11:00
parent 17e6583eee
commit 12859945de
2 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@
//Script created by Bakler2
//edited by falling sheep to makechopper
if ("ItemScraps" in magazines player) then{
if ("ToolKit" in magazines player) then{
@ -21,10 +22,10 @@
player playActionNow "Medic";
sleep 3;
cutText [format["You built a Bike."], "PLAIN DOWN"];
cutText [format["You built a EBike."], "PLAIN DOWN"];
} else {
SystemChat "You need a Toolkit to build a bike Bike.";
SystemChat "You need a Toolkit to build a EBike.";
};
} else {
SystemChat "You need one Scrap to build a Bike.";
SystemChat "You need Scrap to build a EBike.";
};

View File

@ -15,6 +15,7 @@ if (!isServer) then {
player addWeapon "NVG_EPOCH";
player addWeapon "EpochRadio0";
player addWeapon "ItemMap";
player addWeapon "Toolkit";
player addWeapon "optic_tws_mg";
player addWeapon "muzzle_snds_B";
player addWeapon "ItemGPS";
@ -55,7 +56,7 @@ if (!isServer) then {
player addItemToBackpack "MeleeSledge";
player addItemToBackpack "Hatchet";
player forceAddUniform "U_O_GhillieSuit";
EPOCH_playerCrypto = 30000;
EPOCH_playerCrypto = 3000;
} else {
player addWeapon "EpochRadio0";
player addWeapon "ItemMap";