heroofhyla

Waterskin

Jan 29th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ◆If:Harold is affected by Receiving waterskin
  2. ◆Control Variables:#0006 Current actor = 1
  3. :End
  4. ◆If:Therese is affected by Receiving waterskin
  5. ◆Control Variables:#0006 Current actor = 2
  6. :End
  7. ◆If:Marsha is affected by Receiving waterskin
  8. ◆Control Variables:#0006 Current actor = 3
  9. :End
  10. ◆If:Lucius is affected by Receiving waterskin
  11. ◆Control Variables:#0006 Current actor = 4
  12. :End
  13. ◆Text:None, Window, Bottom
  14. : :What should \n[\v[6]] do with the waterskin?
  15. ◆Show Choices:Drink from it, Douse flames, Nevermind (Window, Right, #1, #3)
  16. :When Drink from it
  17. ◆Wait:20 frames
  18. ◆Comment://Heals 280-320 HP
  19. ◆Control Variables:#0007 Recover Amount = 280
  20. ◆Control Variables:#0007 Recover Amount += Random 0..40
  21. ◆Play SE:Recovery (90, 100, 0)
  22. ◆Change HP:{Current actor}, + {Recover Amount}
  23. ◆Change Items:Waterskin - 1
  24. ◆Change Items:Empty Waterskin + 1
  25. :When Douse flames
  26. ◆Wait:20 frames
  27. ◆Play SE:Water2 (90, 100, 0)
  28. ◆Change State:{Current actor}, - Burning
  29. ◆Change Items:Waterskin - 1
  30. ◆Change Items:Empty Waterskin + 1
  31. :When Nevermind
  32. :End
  33. ◆Change State:{Current actor}, - Receiving waterskin
Advertisement
Add Comment
Please, Sign In to add comment