
if (self isHost())
{
}
self add_menu("Main Menu Human", undefined, "The Shop (Status: ^2Human^7)", "Unverified");
self add_option("Main Menu Human", "User Menu", ::submenu, "Menu", "Menu"); //Can be used by every Human
if (self isHost())
{
self add_option("Main Menu Human", "Host Menu", ::submenu, "Host", "Host"); //Can only seen if the user is the host.
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.