Difference between revisions of "SkillCap"

From Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
{{ro}}
 
{{ro}}
 +
 +
The [[Var_skillCap|#SkillCap]] system variable determines the current skill cap for a skill chosen with [[chooseSkill]] command
  
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
....
 
+
chooseSkill mage
 +
if #skill = #skillCap
 +
    halt
 +
....
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| Width=200px | [[Var_skillLock|&#0035;SkillLock]] || Width=200px | [[chooseSkill]] || Width=200px | [[event_SkillLock|event SkillLock]]
 
|}
 
|}
 
----
 
----

Revision as of 22:03, 15 August 2005

#skillCap

Extended System Variables

Description

The #SkillCap system variable determines the current skill cap for a skill chosen with chooseSkill command

Example

....
chooseSkill mage
if #skill = #skillCap
    halt
....

See Also

#SkillLock chooseSkill event SkillLock

Main_Page Documentation Extended System Variables