DifficultyFilter WorldScript

From Serious Sam's Bogus Detour
Jump to: navigation, search

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