summaryrefslogtreecommitdiff
path: root/npc/003-13/arnea.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-13/arnea.txt')
-rw-r--r--npc/003-13/arnea.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt
index 151a88bd3..92fda2805 100644
--- a/npc/003-13/arnea.txt
+++ b/npc/003-13/arnea.txt
@@ -7,8 +7,10 @@
003-13,29,29,0 script Arnea#003-13 NPC_ELF_F,{
// FIXIT
- hello;
- end;
+ if (!is_staff()) {
+ hello;
+ end;
+ }
mes "npc name: " + .name$;
mes "npc ext name: " + .extname$;
@@ -34,7 +36,7 @@ L_Manage:
mesn;
switch (select(
"warp back",
- rif(getcharid(3) == $@ARENA_INSTANCES[replacestr(instance_mapname("003-13"), "003-13@a", "")] || getgmlevel(),"delete"),
+ rif(getcharid(3) == $@ARENA_INSTANCES[replacestr(instance_mapname("003-13"), "003-13@a", "")] || is_gm(),"delete"),
"cancel"))
{
case 1: