Climbwall (script)

From Elanthipedia
Jump to navigation Jump to search
Climbwall (script)
Category training,Survival
Front-end StormFront
Author Faedhe


This script was designed to be used just outside the Northeast gate of Crossings, but you can use it anywhere there is a 'wall' to climb.

Start:

Echo !!!! MAKE SURE YOUR HANDS ARE EMPTY !!!!

loop1:
PAUSE 1

	MATCH loop2 Roundtime
	MATCH loop1 ...wait 
put appraise wall
MATCHWAIT

loop2:
	MATCH Exp Roundtime
	MATCH Exp You pick your way up the wall, but
	MATCH Exp but the steepness is intimidating
	MATCH Exp Partway up, you make the mistake of looking
	MATCH Exp but slip after a few feet and fall to the ground!
	MATCH Stand Stand up first.
	MATCH loop2 ...wait 
put climb wall
MATCHWAIT

Exp:
	MATCH Loop1 Clear
	MATCH Loop1 Learning
	MATCH Loop1 Thoughtful
	MATCH Loop1 Pondering
	MATCH Loop1 Concentrating
	MATCH Loop1 Muddled
	MATCH Loop1 Very Muddled
	MATCH Loop1 Perplexing
	MATCH Loop1 Perplexed
	MATCH Loop1 Bewildering
	MATCH Loop1 Bewildered
	MATCH End Dazed
	MATCH End Mind Lock
put exp climbing
MATCHWAIT

End:
ECHO "Script terminated due to learning level."
Exit

Stand:
put STAND
GOTO Loop2