![]() |
Need some explanation, script functions - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Need some explanation, script functions (/thread-8809.html) |
Need some explanation, script functions - Doctorcheese - 06-26-2011 What does it mean when a script says ''ERR: Expected identifier''? And what is bool? RE: Need some explanation, script functions - KikoKuruma - 06-26-2011 I cant help you with the error, but bool means boolean. boolean is basically setting things equal to and not equal to each other, true and false. when scripting, if the function and a bool part in it, it wants you to put in a true or false there. RE: Need some explanation, script functions - Dizturbed - 06-26-2011 well i think a identifier is a for example "{" or a datatype, or an expression! ![]() It depends on the script RE: Need some explanation, script functions - Doctorcheese - 06-26-2011 Oh all right, fixed it now ![]() |