mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Renamed some funcs, and fleshed out a ton on man0l1. Various related things were also added.
This commit is contained in:
parent
0ac53e23ad
commit
9f077190a3
20 changed files with 225 additions and 190 deletions
15
Data/scripts/directors/AfterQuestWarpDirector.lua
Normal file
15
Data/scripts/directors/AfterQuestWarpDirector.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
require("global")
|
||||
|
||||
function init()
|
||||
return "/Director/AfterQuestWarpDirector";
|
||||
end
|
||||
|
||||
function onEventStarted(player, director, eventType, eventName)
|
||||
if (player:HasQuest(110002) == true) then
|
||||
quest = player:GetQuest("Man0l1");
|
||||
quest:OnNotice(player);
|
||||
end
|
||||
end
|
||||
|
||||
function main()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue