Talk:Scripting tutorial

From Dragon Age Toolset Wiki
Jump to: navigation, search

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.