Allow use of System Menu

DOCS

It would be super useful to have access to this.
I understand it isn't exactly a simple pattern to just copy over from the SDK.

How I might do it:

  1. On the Game page have a special section for this.
  2. 3 Fields where you set up the menuitems and events.
  3. [checkbox for active or not] [dropdown for type] [textfield for eventnameCallback or checkmarkVariableName]

Then in script we just handle either:

on CallbackEvent do
end

or we can use the global var which is either 1 or 0 if it's a checkbox.

Cheers

5 Likes

This would be nice to have, but it most likely would add too much complexity to the editor as proposed. A simplified version may be possible, though. We'll keep it in mind. Thanks!

1 Like