Oh blimey hale. Figured out the problem of the items. Apparently Tutu literally exports all the BG1 stuff into BG2, instead of using existing BG2 items and adding into the override.
Need to an underscore in front of the item names. So instead of,
UseItem("GBERRY",Myself)
it becomes,
UseItem("_GBERRY",Myself)
Woohoo... less micromanagement for me. [img]smile.gif[/img]
|