diff --git a/octopath.asl b/octopath.asl index 3a66a21..fc71102 100644 --- a/octopath.asl +++ b/octopath.asl @@ -84,6 +84,10 @@ init { } return false; }); + + vars.UpdateCounter = (Action)(() => { + vars.counterTextComponent.Settings.Text2 = vars.encounters + "/" + vars.deaths; + }); // Stole this from FF13 Autosplitter, thanks Roosta :) // Might be better implementation possible @@ -96,10 +100,6 @@ init { } } } - - vars.UpdateCounter = (Action)(() => { - vars.counterTextComponent.Settings.Text2 = vars.encounters + "/" + vars.deaths; - }); } onReset {