Added the skeletons of the rest of the item commands.

This commit is contained in:
Filip Maj 2017-10-21 13:01:14 -04:00
parent fe4b9cb2bf
commit 2a489953db
5 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--[[
ItemTransferCommand Script
Handles giving an item to another party member.
--]]
function onEventStarted(player, actor, triggerName, itemReference, targetPackage, sourcePackage, arg1, targetPlayer, arg2, arg3, arg4, arg5, type9ItemIds)
player:EndEvent();
end