Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if ((countitem("CottonCloth") < @cotton_amount) || (countitem("LightBlueDye") < @dye_amount) || (countitem("HardSpike") < @spikes_amount))
  2. goto L_NoItems;
  3. delitem "CottonCloth", @cotton_amount;
  4. delitem "LightBlueDye", @dye_amount;
  5. delitem "HardSpike", @spikes_amount;
Add Comment
Please, Sign In to add comment