Guest User

Untitled

a guest
May 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. if state == 0 then
  2. addText("Welcome to DestinyMS! Are you new here? I thought ");
  3. addText("so! Well here at DestinyMS we are all Hero's! No-matter ");
  4. addText("which job you want you will always be a Hero's!! A strong ");
  5. addText("Hero who never gives up! Do you understand this and accept ");
  6. addText("the Hero's fate?");
  7. sendYesNo();
  8. elseif state == 1 then
  9. if getSelected() == 1 then
  10. addText("You have accepted the Hero's fate.....Fight Hero...Fight ");
  11. addText("..Fight for world peace and help the world of DestinyMS become a ");
  12. addText("place where we can live!");
  13. sendOK();
  14. else
  15. addText("You dare to enter this world and not help us? You are not a true hero!");
  16. sendOK();
  17. endNPC();
  18. end
  19. elseif state == 2 then
  20. setMap(60000);
  21. setLevel(10);
  22. setJob(112);
  23. giveMesos(100000);
  24. endNPC();
  25. end
Add Comment
Please, Sign In to add comment