mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Scripts for running the various commands/npcs (done so far) are pushed.
This commit is contained in:
13
scripts/zones/133/npcs/pplShopSal_0c@08500.lua
Normal file
13
scripts/zones/133/npcs/pplShopSal_0c@08500.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
function onInstantiate(npc)
|
||||
return "/Chara/Npc/Populace/Shop/PopulaceShopSalesman", false, false, false, false, false, npc.getActorClassId(), false, false, 0, 1, "TEST";
|
||||
end
|
||||
|
||||
function onEventStarted(player, npc)
|
||||
player:runEventFunction("welcomeTalk");
|
||||
end
|
||||
|
||||
function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest)
|
||||
|
||||
player:endEvent();
|
||||
|
||||
end
|
Reference in New Issue
Block a user