larshole Posted September 1, 2020 Share Posted September 1, 2020 So not an expert in C#, and not super familiar with the game files yet, but I'm trying to add a menu item to cities, which should be easy using the below code. bool OnConditionDelegate(MenuCallbackArgs args); void OnConsequenceDelegate(MenuCallbackArgs args); (gameStarter as CampaignGameStarter).AddGameMenuOption("castle", "optin", "some text", OnConditionDelegate, OnConsequenceDelegate, false, -1, true); I just can't figure out what the "args" need to be... Link to comment Share on other sites More sharing options...
larshole Posted September 2, 2020 Author Share Posted September 2, 2020 Anyone? Link to comment Share on other sites More sharing options...
larshole Posted September 2, 2020 Author Share Posted September 2, 2020 No? Link to comment Share on other sites More sharing options...
larshole Posted September 9, 2020 Author Share Posted September 9, 2020 Hello? Link to comment Share on other sites More sharing options...
Recommended Posts