Alright guys. Sorry to bother you all again with another CVAR question, but it's quite urgent. So me and afiNity are hard at work at JKAHP. AfiNity, with the help of Eez, stumbles upon a limit of menus the game can have. 64. The mod we are hard at work making is a role playing game. Cvars are extremely important. Example: one cvar may tell the game what spell the player is casting, another tells the game if the player has the item or not. But it's not that that worries me. There is currently no way other than menus for the game to execute and set cvars/console commands. There is no line in Icarus that lets the user set a console command or change the value of a cvar. There is nothing that lets us do this in GTK. So our only option is using menus, menus that change the desired cvar and/or change the console command and close, causing little to none disturbance to the game. There is a way in Icarus that lets us add more menus, so, it looked like we had a solution. But, alas, no. With only 64 menus, we will quickly run out of menus to use, we will need one for each conversation, each item, each encounter. Does anyone know if there is anyway to set the cvars/commands or if the 64 menu limit is not true? Thanks guys for helping.