Scouting (script)

From Elanthipedia
Jump to navigation Jump to search
Scouting (script)
Category training,Survival,ranger
Front-end StormFront
Author Permethrim

This script for training scouting goes from the Tree Grove in the Ranger Guild in the Crossing to the trails between Blocked Canyon at Svesinek Cels and Widow's Respite at Hag's Crag and back again. It's my first major script, so it's not the prettiest, but it works.

put look
match TRAIL1 [Ranger Guild, Tree Grove]
match WRONG Obvious paths:
match WRONG Obvious exits:
matchwait

TRAIL1:
put stand
put go door
put out
put s
put go gate
put e
put e
put s
put s
put e
put e
put e
put e
put n
put e
put n
put n
put e
put e
put e
put go gate
put se
put stow left
put stow right
put scout trail
pause 1
put go trail
goto TRAIL2

TRAIL2:
match trailtoleth [North Road, Farmlands]
matchwait

TRAILTOLETH:
put e
put scout trail
pause 1
put go trail
goto TRAIL3

TRAIL3:
match lethtotrail [Gwenalion Fens]
matchwait

LETHTOTRAIL:
put n
put w
put n
put n
put nw
put go trail
put w
put w
put w
put w
put nw
put w
put nw
put nw
put w
put w
put sw
put w
put w
put sw
put w
put w
put nw
put w
put w
put w
put sw
put nw
put nw
put w
put w
put w
put w
put sw
put w
put w
put sw
put w
put w
put nw
put nw
put sw
put nw
put w
put sw
put sw
put w
put w
put sw
put w
put nw
put nw
put sw
put go bridge
put w
put go path
put w
put nw
put w
put w
put sw
put sw
put w
put nw
put nw
put w
put w
put w
put w
put sw
put nw
put nw
put nw
put n
put nw
put scout trail
pause 1
put go trail
goto FIRST

FIRST:
match trailback [Hag's Crag, Widow's Respite]
matchwait

TRAILBACK:
put scout trail
pause 1
put go trail
goto SECOND

SECOND:
match third [Svesinek Cels, Blocked Canyon]
matchwait

THIRD:
put scout trail
pause 1
put go trail
goto FOURTH

FOURTH:
match final [Hag's Crag, Widow's Respite]
matchwait

FINAL:
put scout trail
pause 1
put go trail
goto back

BACK:
match backtoleth [Svesinek Cels, Blocked Canyon]
matchwait

BACKTOLETH:
put se
put s
put se
put se
put se
put ne
put e
put e
put e
put e
put se
put se
put e
put ne
put ne
put e
put e
put se
put e
put go bridge
put e
put go path
put ne
put se
put se
put e
put ne
put e
put e
put ne
put ne
put e
put se
put ne
put se
put se
put e
put e
put ne
put e
put e
put ne
put e
put e
put e
put e
put se
put se
put ne
put e
put e
put e
put se
put e
put e
put ne
put e
put e
put ne
put e
put e
put se
put se
put e
put se
put e
put e
put e
put go trail
put se
put s
put s
put se
put sw
put s
put scout trail
pause 1
put go trail
goto trailcross

TRAILCROSS:
match backtocross [North Road, Farmlands]
matchwait

BACKTOCROSS:
put w
put scout trail
pause 1
put go trail
goto CROSS

CROSS:
match backtoguild [Northern Trade Road, Open Forest]
matchwait

BACKTOGUILD:
put se
put s
put sw
put sw
put s
put s
put s
put go gate
put w
put w
put w
put s
put s
put w
put s
put w
put w
put w
put w
put n
put n
put w
put w
put go gate
put n
put go door
put go door
ECHO  **ALL DONE**
exit

WRONG:
ECHO    ###      WRONG STARTING LOCATION     ###
ECHO    ###       START FROM TREE GROVE         ###
ECHO    ###      IN CROSSING RANGER GUILD    ###
exit