Okay. Here we go with the next problem. I have the following code snippet in _GLOBAL_ItemInteraction.txt:

Code
IF
	CharacterItemEvent(_Char, _item, "PhaseItemToInventory")
THEN
	ItemToCharacter(_item, _Char);
	CharacterAddGold(_Char, 2000);


And, surprise, surprise, the gold gets added but the item still wont move or get added to the inventory...

Edit: Nope, I lied! The problem is that only some items get picked up. For example the shells and skulls at the Cyseal start wont get picked up but the chests in the tutorial dungeon. Weapons are also not picked up. Any idea why?

Last edited by Thoro; 02/09/14 11:50 PM.