Scripts for retainers. Adds item storage functionality.

This commit is contained in:
Filip Maj 2017-09-09 14:12:38 -04:00
parent 64006d2351
commit 4160622556
3 changed files with 15 additions and 9 deletions

View file

@ -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