GetLastHitCritical
Revision as of 12:28, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Description
GetLastHitCritical indicates whether the last time an actor was hit resulted in a critical strike. The information is available in the ON HIT script block.
Syntax
GetLastHitCritical
Examples
if GetLastHitCritical ; Condition is true if last hit was a critical.
Notes