Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [if (! (r_global_get @Applequest))
  2. r_script_say "Hello young lad."
  3. r_response "Have any Quests?" 1
  4. r_response "Thanks for the help" -1 [echo you wave goodbye!"]
  5. ]
  6.  
  7. [
  8. r_script_say "Yea as a matter of fact I do. I need 1 Dozen Apple's." ]
  9. if (>= (r_itemcount player @@apple))
  10. r_response "I brought you some apples."
  11. r_response "Thanks!"
  12. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement