mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
13 lines
271 B
Lua
13 lines
271 B
Lua
![]() |
--[[
|
||
|
|
||
|
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
|