--[[

ItemMovePackageCommand Script

Handles moving items across item packages (IE: Taking loot)

--]]

function onEventStarted(player, actor, triggerName, itemReference, targetPackage, sourcePackage, arg1, arg2, unknown, arg3, arg4, arg5, type9ItemIds)
	
	player:EndEvent();
	
end