Skip to content

Commit

Permalink
Added in Success detection for another climbing section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malific committed Jul 18, 2009
1 parent e95e433 commit 9c6ee5f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
17 changes: 14 additions & 3 deletions EZtrader.cmd
Expand Up @@ -14,7 +14,7 @@ echo
put echo /off
waitfor echo
echo EZtrader
echo Last tweak 6/20/2009 12:13PM
echo Last tweak 7/18/2009 2:24PM
echo
echo SITE: http://www.malific.com/ or http://www.geocities.com/malificdr/
echo AIM: Malific Drockmur
Expand Down Expand Up @@ -2832,8 +2832,19 @@ pause
put stand
matchwait
CLIMB10:
move se
match CLIMB10B You can't go there
match CLIMB10A in The Crossing's western wall.
put se
matchwait

CLIMB10B:
move n
move go stairs
goto CLIMB10C

CLIMB10A:
move go gate
CLIMB10C:
put tell caravan follow
wait
WEST_GATE_CLIMB_DONE:
Expand Down Expand Up @@ -20985,7 +20996,7 @@ LABELERROR:
echo DEBUG_MODE:
echo
echo ***********************************************************
echo ** EZtrader: Last tweak 6/20/2009 12:13PM
echo ** EZtrader: Last tweak 7/18/2009 2:24PM
echo ** Variables:
echo ** 1 = %1
IF_2 echo ** 2 = %2
Expand Down
15 changes: 14 additions & 1 deletion SFtrader.cmd
Expand Up @@ -3105,6 +3105,7 @@ pause
match QUIT [You're
put stand
matchwait

CLIMB9:
move nw
CLIMB9B:
Expand All @@ -3119,9 +3120,21 @@ pause
match QUIT [You're
put stand
matchwait

CLIMB10:
move se
match CLIMB10B You can't go there
match CLIMB10A in The Crossing's western wall.
put se
matchwait

CLIMB10B:
move n
move go stairs
goto CLIMB10C

CLIMB10A:
move go gate
CLIMB10C:
put tell caravan follow
wait
WEST_GATE_CLIMB_DONE:
Expand Down

0 comments on commit 9c6ee5f

Please sign in to comment.