Difference between revisions of "Event SkillLock"
From Wiki
(removing initEvents) |
|||
Line 10: | Line 10: | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | |||
; changes magery to down | ; changes magery to down | ||
event SkillLock mage down | event SkillLock mage down |
Revision as of 23:58, 25 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 |