summaryrefslogtreecommitdiff
path: root/npc/test/npc1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test/npc1.txt')
-rw-r--r--npc/test/npc1.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 74e408e4..29080627 100644
--- a/npc/test/npc1.txt
+++ b/npc/test/npc1.txt
@@ -27,7 +27,7 @@ test,10,10,0 script npc1 NPC_TEST1,3,3,{
}
L_Start:
- switch (select("show area:map:pc:change npc direction:quest test:cart:items"))
+ switch (select("show area:map:pc:change npc direction:quest test:cart:items:chat"))
{
case 1:
areatest;
@@ -211,6 +211,10 @@ L_Start:
break;
}
}
+ break;
+ case 8:
+ chatjoin .chat;
+ close;
}
close;