Compiler Error - GetScriptParam - vts80
JohnnyTsunami
Member Posts: 6
Hello.
I have hit a wall. Whenever I try to compile my code containing the the function GetScriptParam I get this ERROR: UNDEFINED IDENTIFIER (GetScriptParam)
Worryingly GetScriptParam does not appear in the toolkit function.
I guess the SetScriptParam / GetScriptParam is not in my Aurora Toolkit function library.
I think my Aurora version is vts80 ( the one included with nwn:ee on steam )
Can someone help? Thanks in advance
I have hit a wall. Whenever I try to compile my code containing the the function GetScriptParam I get this ERROR: UNDEFINED IDENTIFIER (GetScriptParam)
Worryingly GetScriptParam does not appear in the toolkit function.
I guess the SetScriptParam / GetScriptParam is not in my Aurora Toolkit function library.
I think my Aurora version is vts80 ( the one included with nwn:ee on steam )
Can someone help? Thanks in advance
0
Comments
GetScriptParam(string)
If not come back here again.
TR
I have just made new module, with just this script ( and an empty area) : I am certain that the compiler thinks that SetScriptParam has never been defined.
I have game version v1.86 nw toolset version vts80 ( and it's the one shipped with Steam nwn ee )
Thoughts? Is it my incompetance ( v likely) or has beamdog forgotten to include this library ( plausible ) ?
Load Steam.
From the Library section, right-click on the game and select Properties from the menu.
Select the Local files tab and click Verify integrity of game files...
Steam will verify the game's files.
TR
Tarot! You're correct. I ran the integrity check; 8 files failed; steam auto-updated; I loaded my script and GetScriptParam worked as expected.
And I've just checked the toolset's function finder. GetScriptParam appears there, too.
Thank you very much.
TR