Difference between revisions of "Event SkillLock"

From Wiki
Jump to: navigation, search
(See Also: Removing InitEvents Link)
Line 1: Line 1:
__NOTOC__
+
{{command header|Event}}
== Event SkillLock ==
+
'''Event commands'''
+
=== Synopsis ===
+
event SkillLock {skill name} {[up] | [down] | [locked]}
+
  
=== Description ===
+
{{body|event SkillLock {skill name} {[up] <nowiki>|</nowiki> [down] <nowiki>|</nowiki> [locked]}|The event SkillLock command changes the skill lock on the specified skill to either: up, down or locked.}}
The event SkillLock command changes the skill lock on the specified skill to either: up, down or locked.
+
  
 
==== Example ====
 
==== Example ====
Line 16: Line 11:
 
</pre>
 
</pre>
  
=== See Also ===
+
{{footer}}
{|
+
| Width=200px | [[ChooseSkill]] || Width=200px | [[var_skillLock]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Events|Event commands]]
+
|}
+

Revision as of 11:49, 27 August 2005


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

Main Page Documentation