🟢Switch

COPY/PASTE PARAMETERS

New in GM 0.11! Right click on a behaviour or component to copy. Then open an object, add the same behaviour or component, and right click it to paste identical parameter settings.

NEW GAME MAKER 0.9 FEATURE

Create new types of puzzles where two states of a message would be needed, such as a lever code.

Build Singleplayer & Multiplayer Logic - about [SP] or [MP] behaviours or components

When a state (A or B) is triggered, send a specified message.

Common Uses

  • Create logic for puzzles with two different types of messages

  • Avoid using Door behaviour, which is only available in [MP], to send messages to [SP] and [MP] objects depending on the state of the door (opened/closed).

  • Communicating messages to the Rules system when an object's state is triggered.

Communications

Inputs: One or more messages to trigger each state (A or B)

Outputs: One message out depending on the state triggered

Last updated

Logo

Copyright © 2012- 2023 The Sandbox. All Rights Reserved.

#123: GM 0.11 update - do not publish until public release

Change request updated