Guest User

Untitled

a guest
Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. if(objectID == 2873){
  3. if (!(playerHasItem(2412, 1)) && !(playerCheckBank(2412, 1))) {
  4. setAnimation(645);
  5. addItem(2412, 1);
  6. sM("The Saradomin Gods have blessed you with this cape");
  7. } else {
  8. sM("You already have the cape!");
  9. }
  10. }
  11. if(objectID == 2875){
  12. if (!(playerHasItem(2413, 1)) && !(playerCheckBank(2413, 1))) {
  13. setAnimation(645);
  14. addItem(2413, 1);
  15. sM("The Guthix gods have blessed you with this cape");
  16. } else {
  17. sM("You already have the cape!");
  18. }
  19. }
  20. if(objectID == 2874){
  21. if (!(playerHasItem(2414, 1)) && !(playerCheckBank(2414, 1))) {
  22. setAnimation(645);
  23. addItem(2414, 1);
  24. sM("The Zamorak gods have blessed you with this cape");
  25. } else {
  26. sM("You already have the cape!");
  27. }
  28. }
Add Comment
Please, Sign In to add comment