Documentation
  • Introduction
    • Overview
  • Implementation
    • Getting started
    • Enable Replication
  • Functions
    • Quick Explanation
    • Bind Event
    • Unbind Event
      • Unbind All Events
      • Clear All Events
    • Call Event
    • On Event Called
  • Examples
    • Create a new Payload Object
    • Usage of Payload
    • Multiple Events in one Object
      • Bulk Variant
      • Using Messages
Powered by GitBook
On this page
  1. Examples
  2. Multiple Events in one Object

Using Messages

PreviousBulk Variant

Last updated 2 years ago

Make sure you have read the before proceeding with any examples for optimal results!

This is a second version of where we start using the Message input.

  1. For some reasons, we want to add more Gates to control without binding new events, here we can make use of the Message input

2. Done! Now we can control different Gates with the same Event

Implementation Guide
How to bind multiple events in one Object
Page cover image