Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if (NormalLogs > 0) {
  2. if (Engine.playerItems.freeSlotCount(this) > 0) {
  3. Engine.getWoodcutting.axeEmote(this);
  4. if (WCTimer == 0) {
  5. Engine.playerItems.addItem(this, 1511, 1);
  6. addSkillXP(50, 8);
  7. NormalLogs--;
  8. Engine.getWoodcutting.axeTimer(this);
  9. }
  10. } else {
  11. frames.sendMessage(this, "Not enough space in your inventory.");
  12. Engine.getWoodcutting.resetWoodcutting(this);
  13. }
  14. }
Add Comment
Please, Sign In to add comment