Difference between revisions of "Talk:Scripting tutorial"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Syntax Error for setting a plot flag?)
 
(No difference)

Latest revision as of 00:10, 13 November 2009

Syntax Error?

In the How-tos section of the site it shows the following syntax for setting a plot flag:

 WR_SetPlotFlag("xxx_xxx", xxxx_xxxx, TRUE);

Whereas on this scripting tutorial it shows it as:

WR_SetPlotFlag(xxx_xxx, xxxx_xxxx, TRUE);

I don't have access to the toolset yet to check which one is correct or if both are.