summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/test/npc1.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 3d39d4e5..9273bddc 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:back"))
+ switch (select("change sex:setmount 0:setmount 1:test command:back"))
{
case 1:
changecharsex;
@@ -73,6 +73,9 @@ L_Start:
setmount 1;
break;
case 4:
+ clientcommand "emote 1";
+ break;
+ case 5:
goto L_Start;
break;
}