Monkey, I think he's getting a runtime error. I had one like this before when making a module. The definitions the message complained about were correct but there was another error (can't remember what exactly) that caused the problem. If there was a mismatch between the function definition, it's usage, or it's import statement the compiler would generate an error at compile time.
I don't have a working AGS development system at the moment else I would offer to hack on a copy until I found out what's wrong. IMHO, the way to find this problem is to clip stuff out (comment out) untril the problem goes away and then slowly add everything back in until it reappears.
I don't have a working AGS development system at the moment else I would offer to hack on a copy until I found out what's wrong. IMHO, the way to find this problem is to clip stuff out (comment out) untril the problem goes away and then slowly add everything back in until it reappears.