Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there a method to launch a common event from selecting a symbol? Or even getting a newly added symbol to appear in the menu ring?

Because I'm currently having extreme difficulty doing either despite instructions...

Despite setting an icon, and putting the call common event line in both

'Custom Personal Commands Symbols'

and

'Custom Personal Commands Symbols'

(I still don't know the difference between these two, and the almost identical names doesn't help...)

-The option remains missing from the ring menu.



Ironically, the only success I've had getting a common event called was modifying the actual plugin to replace the options scene with the common event call, although that's hardly practical since I will have to do this several times and would run out of cannibalizing the default menu slots...

(and also the ring menu just remains open even while the common event is running, and neither the "this.popscene(); scriptcall or 'virtual input: cancel' scriptcall seem to be able to close it before the common event runs...)

There must be something obvious I'm missing here, right?