This is minor but the quest $item function seems to be truncating the item id. If i use #summonitem 13073 and then give the item to an NPC with the following quest:
EVENT_ITEM {
say($item1);
}
It returns 1307 instead of 13073. $itemcount does not have this problem.
|