YASSE Climbing (script)

From Elanthipedia
Revision as of 13:58, 12 March 2011 by ISHARON (talk | contribs)
Jump to navigation Jump to search

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.