YASSE Climbing (script): Difference between revisions

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

Simple climbing script for YASSE.
Simple climbing script for YASSE.


Line 30: Line 36:
boxmessage You climbed %1 %c times to get to %report/34.
boxmessage You climbed %1 %c times to get to %report/34.
</pre>
</pre>
[[Category:Scripts]]

Revision as of 03:05, 13 March 2011

YASSE Climbing (script)
Category training
Front-end Avalon
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.