Difference between revisions of "CheckActorHealth WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(125, 70, 70)|454|34}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == *...")
 
m (Text replacement - " This script can be enabled or disabled." to "")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(125, 70, 70)|454|34}}
 
{{WorldscriptIcon|rgb(125, 70, 70)|454|34}}
  
This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled.
+
Checks the health of an actor and triggers <code>OnTrue</code> or <code>OnFalse</code> conditionally. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:03, 26 July 2017

Checks the health of an actor and triggers OnTrue or OnFalse conditionally. This script can be executed by other scripts.

Properties

  • Enumeration Function, default: Less
    • Greater
    • Less
    • GreaterOrEqual
    • LessOrEqual
  • Float Value
  • Unit feed Actors, maximum 1 unit, validates
  • Unit feed OnTrue, validates
  • Unit feed OnFalse, validates