From cd66ceee9207f744c35f5c10e1c5a54aabc249bf Mon Sep 17 00:00:00 2001 From: Synthasmagoria Date: Tue, 16 Dec 2025 07:23:00 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a7edfb..baeae74 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ ## Setup 1) Add the files in the right order: objDebugList first, everything else after -2) Call scrDebugInspectorInitialize with the name of the global for determining whether the game has been started +2) Call scrDebugInspectorInitialize with the name of the global for determining whether the game has been started as the first parameter example: ``` -scrDebugInspectorInitialize("gameStarted") +scrDebugInspectorInitialize("gameStarted", true); ``` 3) Run the game and click on the screen - Middle mouse button brings up a searchable list of instances in the room