about summary refs log tree commit diff stats
path: root/TheLooker.asl
diff options
context:
space:
mode:
Diffstat (limited to 'TheLooker.asl')
-rw-r--r--TheLooker.asl8
1 files changed, 7 insertions, 1 deletions
diff --git a/TheLooker.asl b/TheLooker.asl index 7fc61e3..f1fefd4 100644 --- a/TheLooker.asl +++ b/TheLooker.asl
@@ -3,7 +3,9 @@
3// Written by hatkirby, with inspiration from CaptainRektbeard's Marble Marcher 3// Written by hatkirby, with inspiration from CaptainRektbeard's Marble Marcher
4// autosplitter. 4// autosplitter.
5 5
6state("The Looker") {} 6state("The Looker") {
7 bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180;
8}
7 9
8startup { 10startup {
9 // For logging! 11 // For logging!
@@ -166,6 +168,10 @@ update
166 vars.Watchers.UpdateAll(game); 168 vars.Watchers.UpdateAll(game);
167} 169}
168 170
171start {
172 return current.witnessModeActive;
173}
174
169split { 175split {
170 if (vars.lastAchievement.Current != vars.lastAchievement.Old) { 176 if (vars.lastAchievement.Current != vars.lastAchievement.Old) {
171 string result; 177 string result;