Advertisement
johnlol

Item_Mall-All_New_Items

Aug 2nd, 2023
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 51.53 KB | Gaming | 0 0
  1. //Made by Hendra susanto
  2. //o item obrigatório "7859" deseja ser substituído, fique à vontade
  3. //se os itens condicionais não quiserem desaparecer, desabilite a linha 19
  4.  
  5. prontera,147,165,5  script  Room    89,{
  6.  
  7. set .@amount, countitem(7859);
  8. if (.@amount == 0) {
  9. mes "[ ^008000 ... ^000000 ]";
  10. mes "Sorry, you don't have any items to enter this room.";
  11. mes "To enter this room you need ^0000ff1^000000 ^008000Game Ticket^000000 [Item ID# ^0000ff7859^000000]";
  12. close;
  13. }
  14. mes "[^008000 ... ^000000]";
  15. mes "Are you sure you want to enter this room?";
  16. next;
  17. switch(select("Yes:No")) {
  18. case 1:
  19. delitem 7859,1;
  20. warp "quiz_02" ,337,74;
  21. close;
  22.  
  23. case 2:
  24. mes "[^008000 ... ^000000]";
  25. mes "Bye Bye."//The Warper to Mall
  26. //amatsu,200,246,5  script  Mall Warper 477,{
  27. //shop: warp "quiz_02.gat" ,337,74;
  28. //}
  29. //The Exit
  30. quiz_02,339,74,5    script  Exit    477,{
  31. warp "prontera" ,150,165;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement