Custom Dev Menu Tab (UNSAFE)



Last updated
Was this helpful?
Was this helpful?
{
#if UI
SetupDevCommand( "<Name you want to have displayed>", "give <name on the .txt file>" )
#endif
}void function SetDevMenu_<what you typed after "Setup" in your global and void function>( var _ )
{
thread ChangeToThisMenu( Setup<what you typed after "Setup" in your global and void function> )
}