mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 19:57:46 +00:00
13 lines
No EOL
271 B
Lua
13 lines
No EOL
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 |