when i try to use an item from the default menu it doubles the directory like so
game\gamedirectory\item\GAME\GAMEDIRECTORY\ITEM\ITEM.ITM
and its like that capitals and all same with trying to drop the item and clicking info for the item
once the above appears the game also crashes and says
An Unhandled exception has occurred and tells me to go to the rpg toolkit zone forum and talk about it how nice
Logged In: NO
I have the same problem, any one know how to fix this?
Logged In: NO
Technically know how to fix this. It's caused because when an item is added to the inventory it adds the item path to the filename. Then when this filename is passed back to the menu system it passes the filename onto the LoadItem() call back which also adds the directory path to the filename effectively doubling the path. So the fix is to remove the initial adding of the path when putting an item into the inventory. Or so one would assume.