mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 12:17:46 +00:00
9 lines
No EOL
235 B
Lua
9 lines
No EOL
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 |