whenPermitSkill: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
(merge)
Line 1: Line 1:
; whenPermitSkill [<[References#Skill Names|skill names]]>]
; whenPermitSkill [<[[References#Skill Names|skill names]]>]
: If this option is set, the block will only be used when you have been granted use of the specified temporary skill.
: If this option is set, the block will only be used when you have been granted use of the specified temporary skill.


Example:
; whenNotPermitSkill [<[[References#Skill Names|skill names]]>]
: If this option is set, the block will only be used when you have not been granted use of the specified temporary skill.
 
== Examples ==
 
  doCommand ss 28 5 {
  doCommand ss 28 5 {
  whenPermitSkill 1
  whenPermitSkill 1
  }
  }


* Use Heal level 5 when Kore is permited to use the skill.
: Use Heal level 5 when Kore is permited to use the skill.
 
doCommand is Level 5 Heal {
whenNotPermitSkill 1
}
 
: Use item Level 5 Heal when Kore is not permited to use the skill, as it doesn't have.


[[Category:Self Condition]]
[[Category:Self Condition]]

Revision as of 02:20, 9 January 2010

whenPermitSkill [<skill names>]
If this option is set, the block will only be used when you have been granted use of the specified temporary skill.
whenNotPermitSkill [<skill names>]
If this option is set, the block will only be used when you have not been granted use of the specified temporary skill.

Examples

doCommand ss 28 5 {
	whenPermitSkill 1
}
Use Heal level 5 when Kore is permited to use the skill.
doCommand is Level 5 Heal {
	whenNotPermitSkill 1
}
Use item Level 5 Heal when Kore is not permited to use the skill, as it doesn't have.