diff options
Diffstat (limited to 'world/map/npc/commands/python.txt')
-rw-r--r-- | world/map/npc/commands/python.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/world/map/npc/commands/python.txt b/world/map/npc/commands/python.txt index 8924338c..c31cf424 100644 --- a/world/map/npc/commands/python.txt +++ b/world/map/npc/commands/python.txt @@ -14,7 +14,11 @@ OnKill: if (!(isloggedin(@python[0]))) end; gmlog "stomped " + if_then_else(@python[0] == BL_ID, "themselves", strcharinfo(0, @python[0])) + " with a giant foot!"; - set Hp, 0, @python[0]; + addtimer 0, strnpcinfo(0) + "::OnWarp", @python[0]; + end; + +OnWarp: + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); end; OnInit: |