Advertisement
Guest User

swordsmanmaster

a guest
Mar 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. prontera,160,202,6 script Swordsman Master 4_F_MAID,{
  2. mes "[Swordsman Master]";
  3. mes "I'm the swordsman master";
  4. mes "Insert texto maneiro aqui";
  5. mes "Would you like to job change into a swordsman";
  6. next;
  7. if (select("Yes", "No") == 1) {
  8. jobchange(Job_Swordsman);
  9. mes "[Swordsman Master]";
  10. mes "Good luck in your journey";
  11. close;
  12.  
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement