Guest User

Untitled

a guest
Nov 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ScriptTrigger("talktonpc", 587){
  2.  
  3. npcChat("Greetings traveller", "I am jatix", "Can I help you?");
  4. playerChat("Erm...yeah..", "Where am I?");
  5. npcChat("Your in a very dangerous location.", "You are very close to the wilderness.");
  6. playerChat("Oh no..", "Thats bad...so..", "What are you doing here?");
  7. npcChat("I sell potions.", "to warriors");
  8. npcChat("Would you like to see them?");
  9. selectoption("Look at potions", "Yeah why not", "No thanks im busy..");
  10. ifoption(1);
  11. -playerChat("I cant..", "Im to busy sorry.");
  12. -die();
  13. openshop(5);
  14. }
Add Comment
Please, Sign In to add comment