From 86f32d6389c5c99ad56c4deb89a8feff0b31d322 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 20 Aug 2022 08:40:32 -0400 Subject: [The Looker] It can now start on entering solve mode --- TheLooker.asl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'TheLooker.asl') diff --git a/TheLooker.asl b/TheLooker.asl index 7fc61e3..f1fefd4 100644 --- a/TheLooker.asl +++ b/TheLooker.asl @@ -3,7 +3,9 @@ // Written by hatkirby, with inspiration from CaptainRektbeard's Marble Marcher // autosplitter. -state("The Looker") {} +state("The Looker") { + bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180; +} startup { // For logging! @@ -166,6 +168,10 @@ update vars.Watchers.UpdateAll(game); } +start { + return current.witnessModeActive; +} + split { if (vars.lastAchievement.Current != vars.lastAchievement.Old) { string result; -- cgit 1.4.1