Sys traps h

From Dragon Age Toolset Wiki
Revision as of 00:26, 5 February 2010 by BryanDerksen (Talk | contribs) (quick article to hold a paragraph about an error that some folks get)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This include file is used in the core trap system.

"No right bracket on expression" error

A scripting function was added to the Dragon Age: Origins game engine in a post-1.00 patch that is used in this script (specifically, GetCommandObject). If you're using version 1.01 or later of the toolset with version 1.00 (unpatched) of the game, the compiler will fail to recognize this new function and this error will be thrown.

Patch your game to the latest version to clear up this error.