YASSE Climbing (script)

From Elanthipedia
Revision as of 14:03, 23 May 2016 by KASHNA (talk | contribs) (added category of "Survival")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.