DifficultyFilter WorldScript

From Serious Sam's Bogus Detour
Revision as of 11:40, 26 July 2017 by Scratch (talk | contribs)

Jump to: navigation, search

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

Properties

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