Difference between revisions of "Event SkillLock"

From Wiki
Jump to: navigation, search
 
(removing initEvents)
Line 10: Line 10:
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
initEvents
 
 
; changes magery to down
 
; changes magery to down
 
event SkillLock mage down
 
event SkillLock mage down

Revision as of 00:58, 26 August 2005

Event SkillLock

Event commands

Synopsis

event SkillLock {skill name} {[up] | [down] | [locked]}

Description

The event SkillLock command changes the skill lock on the specified skill to either: up, down or locked.

Example

; changes magery to down
event SkillLock mage down
; locks armlore
event SkillLock armslore locked

See Also

InitEvents ChooseSkill var_skillLock

Main_Page Documentation

Event commands