That seems to be EE-related stuff. Too bad, I’m developing still on 1.69 …
NWN 1.28 actually :D.
Include “nw_o0_itemmaker”
Or write your own as SetLocalArrayInt(object oidObject, string sVarName, int nVarNum, int nValue)
is only SetLocalInt( oidObject, sVarName+IntToString(nVarNum), nValue)
. No rocket science…
3 Likes
Thanks. I confess I do not know all the includes …