summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 5b00f65d4..55ae062d5 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -296,17 +296,17 @@ function script GlobalEventMenu {
clear;
mes l("Current event: @@", $EVENT$);
select
- l("Disable event"),
- l("Enable Valentine Day"),
- l("Enable St. Patrick Day"),
- l("Enable Easter"),
- l("Enable Worker's Day"),
- l("Enable Thanksgiving"),
- l("Enable Event Horizon"),
- l("Enable Christmas"),
- l("Enable Demure's Birthday"),
- l("Enable Kamelot"),
- l("Reset Kill Saulc Event (Monthly)");
+ ("Disable event"),
+ ("Enable Valentine Day"),
+ ("Enable St. Patrick Day"),
+ ("Enable Easter"),
+ ("Enable Worker's Day"),
+ ("Enable Thanksgiving"),
+ ("Enable Event Horizon"),
+ ("Enable Christmas"),
+ ("Enable Demure's Birthday"),
+ ("Enable Kamelot"),
+ ("Reset Kill Saulc Event (Monthly)");
switch (@menu) {
case 1: .@r=playerattached(); sClear(); set $EVENT$, ""; attachrid(.@r); logmes "Disabled events.", LOGMES_ATCOMMAND;