Difference between revisions of "Sys traps h"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(quick article to hold a paragraph about an error that some folks get)
 
Line 8: Line 8:
  
 
[[Category:Scripts]]
 
[[Category:Scripts]]
 +
[[Category:Traps]]

Revision as of 00:44, 5 February 2010

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.