mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Scripts for retainers. Adds item storage functionality.
This commit is contained in:
@@ -24,6 +24,10 @@ function init(npc)
|
||||
return false, false, 0, 0;
|
||||
end
|
||||
|
||||
function onSpawn(player, npc)
|
||||
npc:SendFullRetainerInventory(player);
|
||||
end
|
||||
|
||||
function onEventStarted(player, retainer, triggerName)
|
||||
|
||||
while (true) do
|
||||
|
Reference in New Issue
Block a user