mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 04:37:47 +00:00
9 lines
235 B
Lua
9 lines
235 B
Lua
![]() |
function onInstantiate(npc)
|
||
|
return "/Chara/Npc/Object/ObjectItemStorage", false, false, false, false, false, 0x1250F8, false, false, 0, 1, "TEST";
|
||
|
end
|
||
|
|
||
|
function onEventStarted(player, npc)
|
||
|
end
|
||
|
|
||
|
function onEventUpdate(player, npc)
|
||
|
end
|