Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 'if':{
  2. 'and':{'has_inventory':{'head':null}},
  3. 'then':{
  4. 'if':{
  5. 'and':{ 'random':66},
  6. 'then':{'text':'"I\'m sorry, I was just leaving to go on a quest. You\'ll have to come back later if you need my help."'},
  7. 'else':{
  8. 'if':{
  9. 'and':{'has_inventory':{'dress':'b-ribbon3'}},
  10. 'then':{'text':'"Is this the princess\'s magic? If I can copy her magic, I will be far more powerful!"', 'upgrade_inventory':{'ribbon':-1}},
  11. 'else':{
  12. 'if':{
  13. 'and':{ 'has_inventory':{'harness':'b-harness3'}},
  14. 'then':{'text':'"Oh, this looks complicated. Let me look at that harness!"', 'upgrade_inventory':{'harness':-1}},
  15. 'else':{
  16. 'if':{
  17. 'and':{'has_inventory':{'collar':'b-collar3'}},
  18. 'then':{'text':'"The runes used on your collar are an ancient magic. Let me have them, please!"', 'upgrade_inventory':{'collar':-1}},
  19. 'else':{
  20. 'if':{
  21. 'and':{'has_inventory':{'dress':'b-dress3'}},
  22. 'then':{'text':'"The enchantment on this dress is simply enthralling! I must break it!"', 'upgrade_inventory':{'dress':-1}},
  23. 'else':{'text':['"Why do you waste my time with this drivel. Next time bring me a real challenge! For now, here\'s your punishment for wasting my time."', 'The Hero roughly shoves a gag into your mouth and locks it tightly around your head'], 'upgrade_inventory':{'gag':2}},
  24. },
  25. },
  26. },
  27. },
  28. },
  29. },
  30. },
  31. },
  32. },
  33. },
  34. 'else':{'text':'I have no time to be bothered by those that can\'t even talk for themselves!'}
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement