SHOW:
|
|
- or go back to the newest paste.
| 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 {^[ Hugs: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
|
| 7 | + | |
| 8 | #act {^[ Hugs: %1 ]: 'spy %2'}{spy $2;#var redotarget $2; #var chan 1}
| |
| 9 | ||
| 10 | - | #act {^%1 [ exits: %2} {ct $1 [ exits: $2;#var redospy 0;#math {spies}{$spies-1}} {spyscript}
|
| 10 | + | |
| 11 | - | #act {%1 is resting here.} {ct $1 is resting here.} {spyscript}
|
| 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 standing here.} {ct $1 is standing here.} {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 here, passed out.} {ct $1 is here, passed out.} {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, fighting %2} {ct $1 is here, fighting $2} {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 | - | #act {^[ Group: %1 ]: 'spy %2'}{spy $2;#var redotarget $2}
|
| 20 | + | |
| 21 | - | #act {^%1 [ exits: %2} {gt $1 [ exits: $2;#var redospy 0;#math {spies}{$spies-1}} {spyscript} |
| 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} |