Guest User

Untitled

a guest
Feb 16th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. #var spies 0
  2. #var redospy 0
  3. #var redotarget NULL
  4. #act {/^ astral travel : visions remaining - (\d+) \(\d+:\d+\)$/}{#va spies $0}
  5. #act {You assemble the incantation of, 'ayeramera gm.'} {#group enable spyscript}
  6. #act {You chant the words, 'mu xogmxogyx.'}{#group enable spyscript}
  7. #act {^[ Hugs: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
  8.  
  9.  
  10. #act {^%1 [ exits: %2} {ct $1 [ exits: $2;#var redospy 0;#math {spies}{$spies-1}} {spyscript}
  11. #act {%1 is resting here.} {ct $1 is resting here.} {spyscript}
  12. #act {%1 is standing here.} {ct $1 is standing here.} {spyscript}
  13. #act {%1 is here, passed out.} {ct $1 is here, passed out.} {spyscript}
  14. #act {%1 is here, fighting %2} {ct $1 is here, fighting $2} {spyscript}
  15. #act {^[Lag:}{#group disable spyscript} {spyscript}
  16. #action {There is no one in the world by that name.}{ct Target not found.}
  17.  
  18.  
  19. #nop groupspy
  20. #act {^[ Group: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
  21. #act {^%1 [ exits: %2} {gt $1 [ exits: $2;#var redospy 0;#math {spies}{$spies-1}} {spyscript}
Advertisement
Add Comment
Please, Sign In to add comment