Difference between revisions of "SkillLock"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Extended|ro|The #skillLock system variable determines the current lock status of the skill chosen with [[chooseSkill]] command.}}
== #skillLock ==
+
'''Extended System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The [[Var_skillLock|#SkillLock]] system variable determines the current lock status of the skill chosen with [[chooseSkill]] command.
 
 
''Table 32. [[Var_skillLock|#SkillLock]] values.''
 
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
|-
+
|+#skillLock Values
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
|-
 
|-
Line 31: Line 24:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var_skill|&#0035;Skill]] || Width=200px | [[chooseSkill]] || Width=200px | [[event_SkillLock|event SkillLock]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Extended|Extended System Variables]]
+
|}
+

Revision as of 09:03, 27 August 2005

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