notWhileSitting

From OpenKore Wiki
(Redirected from NotWhileSitting)
Jump to navigation Jump to search

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.