Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #var spies 0
- #var redospy 0
- #var redotarget NULL
- #act {/^ astral travel : visions remaining - (\d+) \(\d+:\d+\)$/}{#va spies $0}
- #act {You assemble the incantation of, 'ayeramera gm.'} {#group enable spyscript}
- #act {You chant the words, 'mu xogmxogyx.'}{#group enable spyscript}
- #act {^[ Hugs: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
- #act {^%1 [ exits: %2} {ct $1 [ exits: $2;#var redospy 0;#math {spies}{$spies-1}} {spyscript}
- #act {%1 is resting here.} {ct $1 is resting here.} {spyscript}
- #act {%1 is standing here.} {ct $1 is standing here.} {spyscript}
- #act {%1 is here, passed out.} {ct $1 is here, passed out.} {spyscript}
- #act {%1 is here, fighting %2} {ct $1 is here, fighting $2} {spyscript}
- #act {^[Lag:}{#group disable spyscript} {spyscript}
- #action {There is no one in the world by that name.}{ct Target not found.}
- #nop groupspy
- #act {^[ Group: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
- #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