I was parsing through these (to generate pages for the wiki) and I noticed some of them are malformed so I thought I should list them somewhere in case Larian are interested in fixing their intellisense:

Code
// trailing ", ..."
GetWeightedRandom (OUT OBJECT variable, OBJECT value, INT|FLOAT weight, ...)

// trailing ", ..."
Log (STRING text, ...)

// trailing ","
ContainsSurface (GAMEOBJECT|FLOAT3 source, FLOAT radius, SURFACE type,)

// trailing ","
IsSurface (GAMEOBJECT|FLOAT3 source, FLOAT radius, SURFACE type,)

// "to follow" is not a valid identifier
CharacterGetFollow (OUT CHARACTER to follow, CHARACTER source)

// "current enemy" is not a valid identifier
CharacterGetEnemy (OUT CHARACTER current enemy, CHARACTER source)

Is there a process for submitting toolset bugs?


Sunjammer
Code Monkey
Divinity Engine Wiki