summaryrefslogtreecommitdiff
path: root/npc/test
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test')
-rw-r--r--npc/test/npc1.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 32975c503..1dd08ae80 100644
--- a/npc/test/npc1.txt
+++ b/npc/test/npc1.txt
@@ -61,7 +61,7 @@ L_Start:
case 3:
while(1)
{
- switch (select("change sex:setmount 0:setmount 1:test command:back"))
+ switch (select("change sex:setmount 0:setmount 1:setmount 2:test command:back"))
{
case 1:
changecharsex;
@@ -73,9 +73,12 @@ L_Start:
setmount 1;
break;
case 4:
- clientcommand "emote 1";
+ setmount 2;
break;
case 5:
+ clientcommand "emote 1";
+ break;
+ case 6:
goto L_Start;
break;
}