#[openguimenu] doesn't work.
1 messages · Page 1 of 1 (latest)
do you have a menu named shopfron?
you have to note that menu name is not the same as the file name
the menu name is whatever you declare in config.yml
for example
gui_menus:
some-menu:
file: abc.yml```
the menu name is some-menu. not abc
I see!
I will try this :)