From fef6d06182a02832bb00b3b371aa6bfffd89bc8d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Oct 2015 19:57:50 +0300 Subject: Add to npc1 command for set mount 2. --- npc/test/npc1.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/test') 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; } -- cgit v1.2.3-60-g2f50