Quote Originally Posted by RobsoN View Post
Sorry for refreshing, but I found solution which can be usefull for other new scripters.

You have to have "developer_script" cvar set to 1 if you want to use assert , assertMSG or assertEx.
Yes, they are all in the "debug" section of the script documentation. All debug items are developer functions, and as such, need to have developer_script enabled. I thought every one knew that.