mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
9 lines
242 B
Lua
9 lines
242 B
Lua
function onInstantiate(npc)
|
|
return "/Chara/Npc/Populace/PopulaceCutScenePlayer", false, false, false, false, false, 0x107B38, false, false, 0, 1, "TEST";
|
|
end
|
|
|
|
function onEventStarted(player, npc)
|
|
end
|
|
|
|
function onEventUpdate(player, npc)
|
|
end |