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