Difference between revisions of "ChooseSkill"

From Wiki
Jump to: navigation, search
 
Line 32: Line 32:
 
{|
 
{|
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |  
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |  
[[Documentation#Miscellaneous |Miscellaneous ]]
+
[[Documentation#Client |Client ]]
 
|}
 
|}

Revision as of 02:43, 14 August 2005

ChooseSkill

Client

Synopsis

chooseSkill {skill name} ["real"]


Description

The chooseSkill command reads the skill value for the specified skill and places the value into the #skill system variable. The current lock status is placed in the #skillLock system variable and the current skill cap is placed in the #skillCap system variable.

The skill name is the first four characters of the actual skill name, with the exception of animal lore (ANIL) and stealth (STLT).


Example

chooseSkill mage
if #skill < 700
{
msg You don't have enough magery $
halt
}
...


See Also

#Skill #SkillCap #SkillLock

Main_Page Documentation

Client