summaryrefslogtreecommitdiff
path: root/npc/017-9/npcs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-9/npcs.txt')
-rw-r--r--npc/017-9/npcs.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt
index 9b9c2a1d..98bafae6 100644
--- a/npc/017-9/npcs.txt
+++ b/npc/017-9/npcs.txt
@@ -1,34 +1,40 @@
// Contains the secret doors for staff room
-009-1,42,43,0 script #SecretDoor NPC32767,0,0,{
+009-1,42,43,0 script #SecretDoor NPC_HIDDEN,0,0,{
+ if ($@TMWT_MEETING) {
+ if (is_trusted())
+ cwarp "fermi", 29, 20;
+ else
+ cwarp "fermi", 21, 20;
+ }
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
//gmlog "@warp 017-9";
warp "017-9", 36, 26;
end;
}
-020-1,60,76,0 script #SecretDoor2 NPC32767,0,0,{
+020-1,60,76,0 script #SecretDoor2 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 39, 25;
end;
}
-001-1,54,118,0 script #SecretDoor3 NPC32767,0,0,{
+001-1,54,118,0 script #SecretDoor3 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 31, 25;
end;
}
-027-2,46,111,0 script #SecretDoor4 NPC32767,0,0,{
+027-2,46,111,0 script #SecretDoor4 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 41, 25;
end;
}
-029-1,34,96,0 script #SecretDoor5 NPC32767,0,0,{
+029-1,34,96,0 script #SecretDoor5 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 33, 25;