summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 13:23:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 13:23:02 -0300
commit8da8efa2aa3ace1c88f0acd344f2be11e4994e2c (patch)
tree2736cf59a9901199fe2224026a93249636c438e8 /npc/commands/event.txt
parent70bb55ed06c8d165a20880e3848a3ddeee02b5b4 (diff)
downloadserverdata-8da8efa2aa3ace1c88f0acd344f2be11e4994e2c.tar.gz
serverdata-8da8efa2aa3ace1c88f0acd344f2be11e4994e2c.tar.bz2
serverdata-8da8efa2aa3ace1c88f0acd344f2be11e4994e2c.tar.xz
serverdata-8da8efa2aa3ace1c88f0acd344f2be11e4994e2c.zip
Remove translations from GM Event Menu
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;