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 entering battle). Any help would be appreciated.
regards
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 entering battle). Any help would be appreciated.
regards
