Further work on DefaultTalks

- DftFst - Every uniqueId script covered from the previous system.  Still a lot of functions to still map and actors to pose & position for them.
- AfterQuestWarpDirector - Added Man0g1 as a check.
- Nuked PopulaceStandard uId scripts for Forest region since unneeded now.
This commit is contained in:
CuriousJorge 2022-02-26 23:15:20 -05:00
parent a87244d13b
commit 023527efa3
112 changed files with 198 additions and 1264 deletions

View file

@ -8,6 +8,9 @@ function onEventStarted(player, director, eventType, eventName)
if (player:HasQuest(110002) == true) then
quest = player:GetQuest("Man0l1");
quest:OnNotice(player);
elseif (player:HasQuest(110006) == true) then
quest = player:GetQuest("Man0g1");
quest:OnNotice(player);
end
end