YASSE Climbing (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
m (added category of "Survival")
 
Line 1: Line 1:
{{Script
{{Script
|cat=training
|cat=Training, Survival
|fe=YASSE
|fe=YASSE
|auth=[[User:Hithrael|Hithrael]]
|auth=[[User:Hithrael|Hithrael]]

Latest revision as of 14:03, 23 May 2016

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.