Advertisement
johnlol

Tool Dealer

Aug 9th, 2023
1,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.76 KB | Gaming | 0 0
  1. prt_in,288,124,5    script  ToolDealer#prt  125,{
  2.     mes "What do you like to buy?";
  3.     switch( select( "~~Sell","Consumable", "Miscellaneous", "Nothing" ) ) {
  4.     next;
  5.  
  6.     case 1:
  7.         callshop "sell",2;
  8.         end;
  9.  
  10.     case 2:
  11.         callshop "Consumable",1;
  12.         end;
  13.     case 3:
  14.         callshop "Miscellaneous",1;
  15.         end;
  16.  
  17.     case 4:
  18.         mes "Okay, have a nice day";
  19.         close;
  20.        
  21.     }
  22. }
  23.  
  24. -   shop    ToolDealer#shop::Consumable -1,611:-1,1750:-1,501:-1,502:-1,503:-1,504:-1,506:-1,568:-1,533:-1,645:-1,656:-1,657:-1,601:-1,602:-1,1065:-1,610:-1
  25. -   shop    ToolDealer#shop::Miscellaneous  -1,713:-1,717:-1,716:-1,715:-1,12020:-1,523:-1,12043:25000,12058:25000,12053:25000,12048:25000,12063:25000,12068:25000
  26. -   shop    sell    -1,512:-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement