Difference between revisions of "Sys traps h"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Appying template, adding details)
m (No right bracket on expression error)
 
Line 23: Line 23:
 
=== No right bracket on expression error ===
 
=== No right bracket on expression error ===
  
The current version of  sys_traps_h uses the [[GetCommandObject]] function which was added to [[script.ldf]] by the Dragon Age: Origins v1.02 patch. Trying to compile any script which includes  sys_traps_h with an older version of Dragon Age: Origins (i.e. v1.00 or v1.01) installed will generate a [[No right bracket on expression]] error.  Updating Dragon Age: Origins to v1.02 or later resolves this issue.
+
The current version of  sys_traps_h uses the [[GetCommandObject]] function which was added to [[script.ldf]] by the Dragon Age: Origins v1.02 patch. Trying to compile any script which includes  sys_traps_h with an older version of Dragon Age: Origins installed (i.e. v1.00 or v1.01) will generate a [[No right bracket on expression]] error.  Updating Dragon Age: Origins to v1.02 or later resolves this issue.
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the  snippet library. -->
 
<!-- This section contains examples transcluded from the  snippet library. -->

Latest revision as of 00:22, 31 August 2011

The Traps System include file, sys_traps_h, contains trap functions.

References

Constants

Structs

Functions

Remarks

Comments state that core_difficulty_h has been included for its damage-scaling functions and sys_autoscale_h for its auto-scaling functions which are used by the summoning traps.

No right bracket on expression error

The current version of sys_traps_h uses the GetCommandObject function which was added to script.ldf by the Dragon Age: Origins v1.02 patch. Trying to compile any script which includes sys_traps_h with an older version of Dragon Age: Origins installed (i.e. v1.00 or v1.01) will generate a No right bracket on expression error. Updating Dragon Age: Origins to v1.02 or later resolves this issue.