CrossingPerc (script)

From Elanthipedia
Jump to navigation Jump to search
CrossingPerc (script)
Category training,Empath
Front-end StormFront
Author Unknown



#Crossingperc

Counter set 0

put awaken
echo
echo ********************
echo   Percieve Health
echo       CROSSING
echo ***********************
echo   Starts at NE Customs
echo ***********************

PHCROSSING:
	put look
	match BOTTOMLINE Here stands the Northeast Gate
	matchwait

BOTTOMLINE:
	move w
	move w
	move w 
	move w
	move n
	move w
	put go cottage
	save ELITE 
	goto percievehealth

ELITE:
	move out
	move w
	move w
	put go building
	save TANNER
	goto percievehealth

TANNER:
	move out
	move s
	move s
	move w
	move w
	move n
	move w
		put go tanner
	save SHAEFFERTY
	goto percievehealth

SHAEFFERTY:
	move w
	move w
	save TEALBERT
	goto percievehealth

TEALBERT:
	move e
	move e
	move out
	move e
	move s
	put go inn
	save LOCKSMITH
	goto percievehealth

LOCKSMITH:
	move out
	move s
	move w
	move s
	move s
	move s
	move west
	move s
	put go door
	save BARDSHOP
	goto percievehealth

BARDSHOP:
	move out
	move n
	move e
	move e
	move e
	put go shop
	save CLERICSHOP
	goto percievehealth

CLERICSHOP:
	move out
	move s
	move s
	move e
	put go shop
	save FLOORS
	goto percievehealth

FLOORS:
	move out
	move e
	move se
	move sw
	move go bridge
	move sw
	move w
	move w
	move w
	move w
	put go building
	save FIREPLACE
	goto percievehealth

FIREPLACE:
	move out
	move west
	move west
	put go building
	save WINDOWS
	goto percievehealth

WINDOWS:
	move out
	move west
	put go cottage
	save ARTIFACTER
	goto percievehealth

ARTIFACTER:
	move out
	move e
	move e
	move e
	move nw
	move n
	move n
	move n
	move n
	put go shop
	save EXTERIORS
	goto percievehealth

EXTERIORS:
	move out
	move n
	move n
	move n
	move n
	put go door
	save PAWNSHOP
	goto percievehealth

PAWNSHOP:
	move out
	move e
	put go shop
	save ALCHEMIST
	goto percievehealth

ALCHEMIST:
	move out
	move n
	move e
	put go bridge
	move e
	move e
	move e
	move n
	move e
	move e
	move e
	move n
	put go shop
	save HERBALIST
	goto percievehealth

HERBALIST:
	move out
	move e
	move s
	put go shop
	save CLINIC
	goto percievehealth

CLINIC:
	move out
	move e
	put go arch
	save FLORIST
	goto percievehealth

FLORIST:
	put go arch
	move s
	move w
	move s
	put go shop
	save WEAPONS
	goto percievehealth

WEAPONS:
	move out
	move n
	move w
	move s
	move s
	move s
	put go shop
	save ARMOR
	goto percievehealth

ARMOR:
	move out
	move west
	put go shop
	save GENERALSTORE
	goto percievehealth

GENERALSTORE:
	move out
	move s
	move e
	move s
	put go store
	save GEMSHOP
	goto percievehealth

GEMSHOP:
	move out
	move e
	move e
	put go shop
	save MAMAS
	goto percievehealth

MAMAS:
	move out
	move s
	move w
	put go building
	save FORGE
	goto percievehealth

FORGE:
	move out
	move e
	move s
	move e
	put go forge
	save STITCHERY
	goto percievehealth

STITCHERY:
	move out
	move e
	move n
	move n
	move n
	move w
	put go shop
	save COBBLER
	goto percievehealth

COBBLER:
	move out
	move e
	move ne
	move n
	move n
	put go shop
	save FINAL
	goto percievehealth

FINAL:
	move out
	move n
	move n
	move e
	goto endperc


PERCIEVEHEALTH:
	pause 3
	put perc health
	match PHGOOD You close your eyes, drawing all your thoughts inward
	match PHGOOD Something in the area is interfering with your ability to perceive power
	match PHWAIT You're not ready to do that again, yet
	matchwait

PHWAIT:
	pause 1
	goto PERCIEVEHEALTH

PHGOOD:
	put exp
	pause 8
	goto %s

END:
send echo CROSSHEALTH DONE!
exit

ENDPERC:
Counter add 1
Echo ~*~ You have run %c lap(s) so far ! ~*~
pause 5
put exp skill empathy
match end mind lock
match end dazed
match end bewildered
match end murky
match PHCROSSING EXP HELP 
matchwait