Search results

  1. Help! How to invoke a method in LGL Mod Menu

    I'm trying to make a mod with instant win functionality. Short story I found a function like this in dumper : EndBattle (bool bWin); Then I set it inside Update hook like this : EndBattle (instance, true); But it doesn't work (the game frozen whenever I activate the toggle before/after...