Place a .story file here
Drop the file, or click to browse. The project opens read-only: nothing is ever written back.
Runs entirely in this tab. Your file is never uploaded.
Reading package…
Unsupported file
Broken: a script reads or writes a variable that no longer exists in the project. Reads are critical, the logic fails at runtime. Writes fail silently and are dead code.
At risk: referenced only inside JavaScript. Storyline's own use count shows zero, so a tidy-up will delete it and break the script. Protect it with a %Name% reference in an off-stage text box.
Unused: defined but referenced nowhere, including scripts. Safe to delete.
Dynamic: a script builds the variable name at runtime. The auditor flags the prefix and lists possible matches rather than guessing.
Safe: referenced by native triggers, conditions or %Name% text, so Storyline counts it.
At risk: referenced only inside JavaScript. Storyline's own use count shows zero, so a tidy-up will delete it and break the script. Protect it with a %Name% reference in an off-stage text box.
Unused: defined but referenced nowhere, including scripts. Safe to delete.
Dynamic: a script builds the variable name at runtime. The auditor flags the prefix and lists possible matches rather than guessing.
Safe: referenced by native triggers, conditions or %Name% text, so Storyline counts it.
Variable truth table ℹ️
All
Broken
At risk
Unused
Dynamic
Safe