Advertisement
Guest User

relic train heal

a guest
Aug 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. clearjournal
  2. if poisoned 0xc5e10
  3. bandage! 0xc5e10
  4. while not @injournal 'finish' 'system'
  5. pause 100
  6. if @injournal 'failed' 'system'
  7. @clearjournal
  8. replay
  9. elseif @injournal 'cured' 'system'
  10. @clearjournal
  11. replay
  12. elseif @injournal 'bandage: target not' 'system'
  13. @clearjournal
  14. replay
  15. elseif @injournal 'finish' 'system'
  16. @clearjournal
  17. replay
  18. elseif @injournal 'not damaged!' 'system'
  19. pause 500
  20. @clearjournal
  21. replay
  22. elseif @injournal 'stay close enough' 'system'
  23. @clearjournal
  24. replay
  25. elseif @injournal 'too far away' 'system'
  26. pause 100
  27. @clearjournal
  28. replay
  29. elseif @injournal 'you must wait' 'system'
  30. pause 1500
  31. @clearjournal
  32. replay
  33. elseif @injournal 'you heal what little damage your patient had' 'system'
  34. pause 100
  35. @clearjournal
  36. replay
  37. elseif @injournal 'you fail to res' 'system'
  38. pause 100
  39. @clearjournal
  40. replay
  41. elseif @injournal 'you are able to' 'system'
  42. pause 100
  43. @clearjournal
  44. replay
  45. elseif @injournal 'help' 'system'
  46. @clearjournal
  47. replay
  48. elseif @injournal 'you failed to cure' 'system'
  49. @clearjournal
  50. replay
  51. endif
  52. endwhile
  53. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement