circle-plusRegistering an EVENT


📌 How to Register Events in the Creation Panel

Events will only work if they are properly registered in your creation panel. The process is very similar to creating buttons and regular functions — and it's easy to understand.


✅ Registering an Event

  1. Open your creation panel.

  2. In the top center area, you’ll see a section called EVENTS, listing the active events.

    • By default, the ATTACH event is created automatically.

    • However, an event will only actually work once it’s registered and configured with actions.

  3. Click the green button with the "+" symbol next to the EVENTS label.

  4. Select the event you want to register (e.g., ATTACH, JUMP, WALKING, etc.).

  5. The system will automatically create a function for that event.

  6. You can now edit this function just like any other button or function. 🔗 See how to do that in this example.


⚠️ Important!

For events to function correctly, you must have the special script installed:

Required script: [add-on] - Events

  • If the event is created for your HUD, drag the script into the HUD’s contents.

  • If the event is for an item or clothing, drag the script into that specific item.

Without this script inside the object, no event will be triggered, even if it’s registered in the panel.


Last updated