diff options
Diffstat (limited to 'npc/001-8')
-rw-r--r-- | npc/001-8/hub.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 4cd016ed7..3bb810690 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -411,6 +411,10 @@ OnPCLogoutEvent: setq2 ShipQuests_Peter, 0; setq3 ShipQuests_Peter, -1; } + // Logout on botcheck area + if (.@mapa$ ~= "botcheck" && !@qhub_died) { + atcommand "@jail "+strcharinfo(0); + } @qhub_victor=0; @qhub_died=0; |