Grimli

Untitled

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