diff options
Diffstat (limited to 'npc/commands/python.txt')
-rw-r--r-- | npc/commands/python.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/python.txt b/npc/commands/python.txt index cb2b27505..5273731c3 100644 --- a/npc/commands/python.txt +++ b/npc/commands/python.txt @@ -9,6 +9,9 @@ OnCall: specialeffect(34, AREA, playerattached()); + .@zone$=getmapinfo(MAPINFO_ZONE, .@mapa$); + if (.@zone$ == "MMO") + end; sc_start SC_CASH_DEATHPENALTY, 1000, 1; addtimer 380, .name$+"::OnKill"; end; |