Error messages

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Some error messages are a bit cryptic. This article will explain all, or at least some:

Already referenced name as import

This just means you called a function before you used it. Move the function call after the function declaration. It may be that this particular message only occurs if your function is imported in a struct in the module/global header.

This article is a stub.
You can help by expanding it.