Frictional Games Forum (read-only)
Script Question - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Script Question (/thread-7352.html)



Script Question - KHShox - 04-13-2011

If I include "ScriptDebugOn" into a script, what would its functions be, and would the script perform the same without that line?


RE: Script Question - Tanshaydar - 04-13-2011

If you are on dev mod, you can decide what will happen. For example, you might want to open a door without puzzles in dev mod, so you place it.


RE: Script Question - KHShox - 04-13-2011

(04-13-2011, 11:57 PM)Tanshaydar Wrote: If you are on dev mod, you can decide what will happen. For example, you might want to open a door without puzzles in dev mod, so you place it.

Ah I see, so it basically allows a person on dev mod to run through the map to check for flaws and such. Well thanks!