Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 420 Bytes

File metadata and controls

12 lines (10 loc) · 420 Bytes

ObjectModifiers

Customize your gameplay with codeblock-like triggers and actions!

Triggers and Actions are Modifiers that are stored within an object extension. Triggers activate before Actions so they can act as an "if" codeblock.

Few examples for Triggers and Actions include the following:

  • setPitch (Action)
  • blur (Action)
  • particleSystem (Action)
  • playerCollide (Trigger)
  • loadEquals (Trigger)
  • And more!