diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 3253702a..db98bcf2 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -43,10 +43,15 @@ function script GlobalEventMenu { end; OnCall: + if (!is_evtc()) + { + end; + } + GlobalEventMenu; closedialog; end; OnInit: - bindatcmd "event", "@event::OnCall", 4, 99, 0; + bindatcmd "event", "@event::OnCall", 0, 99, 0; } |