ItsMods

Full Version: Making Custom menu pop up on "change class"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically, when ever someone picks change class in game, I want it to pop up my custom menu instead of going thru their normal class selection? What file would that be in, any ideas? Anyone done it?


--


worked it out, changeclass.menu - just delete the first few if's and add yours in Big Grin if anyone needs help PM me.
open the class menu, then @ onOpen{}

put the following

Code:
onOpen
{
close self;
open YOURMENUNAMEHERE;
}