SkillLock

From Wiki
Revision as of 21:58, 15 August 2005 by Panther.sn (Talk | contribs)

Jump to: navigation, search

#skillLock

Extended System Variables

Description

The #SkillLock system variable determines the current lock status of the skill chosen with chooseSkill command.

Table 32. #SkillLock values.

Value Description
up Skill lock is pointing up.
down Skill lock is pointing down.
locked Skill lock is locked.

Example

chooseSkill taming
if #skillLock = locked
{
	event SysMessage Your taming is locked. Cannot continue.
	halt
}


See Also

#Skill chooseSkill event SkillLock

Main_Page Documentation Extended System Variables