Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. action goto search when ceases all movement.|and then dies.|and dies.|lies still.|light fades from its baleful eyes.|creature stop.| heavy thud.|oozing outwards as a murky puddle|falls into a heap.|one last time before dying.|falls on the ground in death.| a thud.|expires with a bellow and a crackle of electricity.|spasms, is still.
  3. action goto start when Your pattern dissipates with the loss of your target.
  4.  
  5. start:
  6. put prep %1 %2
  7. pause
  8. goto target
  9.  
  10. target:
  11. put target %3
  12. match webbed You can't do that while entangled in a web.
  13. match cast Your formation of
  14. matchwait
  15.  
  16. webbed:
  17. match target The clumps of dirt stinging your eyes
  18. match target You finally manage
  19. match target You manage
  20. match target You escape
  21. matchwait
  22.  
  23. cast:
  24. pause .5
  25. put cast
  26. pause
  27. goto start
  28.  
  29. search:
  30. pause
  31. put arrange
  32. pause 3
  33. put arrange
  34. pause 3
  35. put arrange
  36. pause 3
  37. put skin
  38. pause 3
  39. put empty left
  40. pause
  41. put loot
  42. pause
  43. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement