YASSE Climbing (script)

From Elanthipedia
Jump to navigation Jump to search
YASSE Climbing (script)
Category Training,Survival
Front-end YASSE
Author Hithrael


Description

Simple climbing script for YASSE.

Syntax

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

Updates

Last Updated:

  • 03/30/2011: Revision 2.

Script

set predefined on
counter set 0

humit:
pause
put hum $humstyle$

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

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

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