Guest User

Untitled

a guest
Oct 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. public void pickUpImp() {
  2. //faceNPC(NPCSlot);
  3. addItem(Item.randomChest(), 1);
  4. setAnimation(3007);
  5. sM("You shake the imp and obtain a bauble!");
  6. if (Server.npcHandler.npcs[i].npcType == 2096) {
  7. {
  8. if (Server.npcHandler.npcs[i] != null)
  9. {
  10. Server.npcHandler.npcs[i].updateRequired = true;
  11. Server.npcHandler.npcs[i].textUpdateRequired = true;
  12. Server.npcHandler.npcs[i].textUpdate = "Oi put me down";
  13. }}
  14. }
  15. }
Add Comment
Please, Sign In to add comment