Guest User

Untitled

a guest
Oct 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Trigger: ^H~:(%d)~% (your prompt)
  2.  
  3. #if (@mindnetcalling = 1) {
  4. #if (@mindnete = 1) {
  5. wt mindnet: %expandlist( @mindnetnames, ", ") has entered area
  6. #var mindnete 0
  7. #var mindnetnames %null
  8. }
  9. #if (@mindnetl = 1) {
  10. wt mindnet: Left area - %expandlist( @mindnetleft, ", ")
  11. #var mindnetl 0
  12. #var mindnetleft %null
  13. }}
  14.  
  15. Trigger: ^(%w) has entered the area.$
  16.  
  17. #var mindnete 1
  18. #additem mindnetnames %1
  19.  
  20. Trigger: ^(%w) has left the area.$
  21.  
  22. #var mindnetl 1
  23. #additem mindnetleft %1
  24.  
  25. Trigger: ^You cast an invisible mind net out into the distance, allowing it to settle about the surrounding land.$
  26.  
  27. #var mindnetcalling 1
  28. wt Mindnet Active
  29.  
  30. Trigger: ^You cease concentration and your mind net vanishes.$
  31.  
  32. #var mindnetcalling 0
  33. wt mindnet turned off
Add Comment
Please, Sign In to add comment