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 0fb6795f0..454ead469 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -421,5 +421,9 @@ OnPCLogoutEvent: @qhub_died=0; end; +OnCancel: + setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, false); + warp "Save", 0, 0; + end; } |