Good0Provider Posted February 12 Posted February 12 OnInit is called only the first time the quest is created. What I am looking for is an event that is called when the game reloads, so I can check if the plugin list or a config file has changed.
scorrp10 Posted February 12 Posted February 12 While Quest object itself has no such event, ReferenceAlias does. So, most common method is to make PlayerRef a quest alias, and attach a script to this alias, which defines: Event OnPlayerLoadGame() 1
Recommended Posts