Difference between revisions of "notWhileSitting"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; notWhileSitting [<boolean flag>] : Set this option to '''1''' if you don't want to use the block while sitting. Example: attackSkillSlot Fire Bolt { monsters Mandragora …')
 
m (Conversion script moved page NotWhileSitting to notWhileSitting: Converting page titles to lowercase)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
''[[:Category:Self Condition|Self Conditions]]:''
 +
 
; notWhileSitting [<boolean flag>]
 
; notWhileSitting [<boolean flag>]
: Set this option to '''1''' if you don't want to use the block while sitting.
+
: Set this option to '''1''' if you don't want to use the block while you're sitting.
 +
 
 +
''Target [[:Category:Player Condition|Player]] Conditions:''
 +
 
 +
; target_notWhileSitting [<boolean flag>]
 +
: Set this option to '''1''' if you don't want to use the skill if the target player is sitting.
 +
 
 +
== Examples ==
  
Example:
 
 
  attackSkillSlot Fire Bolt {
 
  attackSkillSlot Fire Bolt {
 
  monsters Mandragora
 
  monsters Mandragora
Line 8: Line 16:
 
  }
 
  }
  
 +
: Use Fire Bolt on Mandragora while you are stand up.
  
* Use Fire Bolt on Mandragora while you are stand up.
+
[[Category:Self Condition]]

Latest revision as of 22:34, 26 April 2021

Self Conditions:

notWhileSitting [<boolean flag>]
Set this option to 1 if you don't want to use the block while you're sitting.

Target Player Conditions:

target_notWhileSitting [<boolean flag>]
Set this option to 1 if you don't want to use the skill if the target player is sitting.

Examples

attackSkillSlot Fire Bolt {
	monsters Mandragora
	notWhileSitting 1
}
Use Fire Bolt on Mandragora while you are stand up.