Frictional Games Forum (read-only)

Full Version: Need some explanation, script functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What does it mean when a script says ''ERR: Expected identifier''?
And what is bool?
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.
well i think a identifier is a for example "{" or a datatype, or an expression! Smile
It depends on the script
Oh all right, fixed it now Tongue