I managed to make a new options menu so I know how it works, but I can't seem to figure out how to do the same with a list menu. I know how to do
Code: Select all
AddListMenu "(Nameofmymenu)" after "SkillMenu"
{
}
I don't want to change the formatting for anything. I want it to work just like the Skill Menu, but be an extra option you can pick that will set a CVAR or global variable in Zscript or something. I've been struggling to find any tutorials or example wads that use AddListMenu and I can't find any at all. Are there any?
Any guidelines or a simple point in the right direction would be appreciated. Thank you.