

self addMenuOpt(menu, scroll number, option, info case);
ex:
self addMenuOpt("exemple", 0, "Option", "Add Info Here!");
self addMenuFunc(menu, scroll number, function, argument/input);
ex:
self addMenuFunc("exemple", 0, ::yourFunctionNameHere, "Input You Dont Need To Put It If You Dont Need It");
Normal Function:
::yourFunction
To Make It Link To Another Gsc:
this\is\an\exemple::yourFunction
If you want to make it open a menu, this is how to:
self addMenuFunc("yourCurrentMenu", scrolling number, ::menuOpen, "NextMenu|YourCurrentOne");
or you can do this:
self thread runMenu(NextMenu, YourCurrentOne);






self addMenuOpt(menu, scroll number, option, info case);
ex:
self addMenuOpt("exemple", 0, "Option", "Add Info Here!");
self addMenuFunc(menu, scroll number, function, argument/input);
ex:
self addMenuFunc("exemple", 0, ::yourFunctionNameHere, "Input You Dont Need To Put It If You Dont Need It");
Normal Function:
::yourFunction
To Make It Link To Another Gsc:
this\is\an\exemple::yourFunction
If you want to make it open a menu, this is how to:
self addMenuFunc("yourCurrentMenu", scrolling number, ::menuOpen, "NextMenu|YourCurrentOne");
or you can do this:
self thread runMenu(NextMenu, YourCurrentOne);







self addMenuOpt(menu, scroll number, option, info case);
ex:
self addMenuOpt("exemple", 0, "Option", "Add Info Here!");
self addMenuFunc(menu, scroll number, function, argument/input);
ex:
self addMenuFunc("exemple", 0, ::yourFunctionNameHere, "Input You Dont Need To Put It If You Dont Need It");
Normal Function:
::yourFunction
To Make It Link To Another Gsc:
this\is\an\exemple::yourFunction
If you want to make it open a menu, this is how to:
self addMenuFunc("yourCurrentMenu", scrolling number, ::menuOpen, "NextMenu|YourCurrentOne");
or you can do this:
self thread runMenu(NextMenu, YourCurrentOne);




Copyright © 2026, NextGenUpdate.
All Rights Reserved.