YASSE Climbing (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Script
{{Script
|cat=training
|cat=training
|fe=Avalon
|fe=YASSE
|auth=Hithrael
|auth=Hithrael
}}
}}

Revision as of 03:08, 13 March 2011

YASSE Climbing (script)
Category training
Front-end YASSE
Author Hithrael


Simple climbing script for YASSE.

Find an object you can practice climb and run script as <name> <climbing object> <humming level>

set predefined on
counter set 0
put hum %2

climbit:
counter inc
put climb practice %1
waitfor take a well-earned break

humit:
pause
put hum %2
goto expcheck

expcheck:
pause
put exp skill climbing
waitfor Overall state of mind
getinfo climbingState 
if %result >= 30 goto report
if %result < 30 
	goto climbit

report:
boxmessage You climbed %1 %c times to get to %report/34.