SkillLock

From Wiki
Revision as of 09:03, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search
The #skillLock system variable determines the current lock status of the skill chosen with chooseSkill command.


#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

Main Page Documentation