Difference between revisions of "DifficultyFilter WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
m (Text replacement - " This script can be enabled or disabled." to "")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(110, 140, 186)|64|288}}
 
{{WorldscriptIcon|rgb(110, 140, 186)|64|288}}
  
Checks if the current difficulty is set to any of the selected difficulties and executes <code>OnTrue</code> or <code>OnFalse</code> conditionally. This script can be executed by other scripts. This script can be enabled or disabled.
+
Checks if the current difficulty is set to any of the selected difficulties and executes <code>OnTrue</code> or <code>OnFalse</code> conditionally. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:00, 26 July 2017

Checks if the current difficulty is set to any of the selected difficulties and executes OnTrue or OnFalse conditionally. This script can be executed by other scripts.

Properties

  • Enumeration Difficulty as flags, defaults: Easy, Normal, Hard, Serious
    • Easy
    • Normal
    • Hard
    • Serious
  • Unit feed OnTrue, validates
  • Unit feed OnFalse, validates