Difference between revisions of "SkillCap"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Extended|ro|The #SkillCap system variable determines the current skill cap for a skill chosen with [[chooseSkill]] command.}}
== #skillCap ==
+
'''Extended System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var_skillCap|#SkillCap]] system variable determines the current skill cap for a skill chosen with [[chooseSkill]] command
+
  
 
==== Example ====
 
==== Example ====
Line 15: Line 9:
 
....
 
....
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var_skillLock|&#0035;SkillLock]] || 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:02, 27 August 2005

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

Main Page Documentation