Commiting more work before merging in another branch.

- DftFst - More actors added
- Trl0g1/Trl0l1 - Removed a stray ] causing the script to not function.
This commit is contained in:
CuriousJorge 2022-02-20 22:54:31 -05:00
parent 7fea45e1f8
commit d06152be07
5 changed files with 6 additions and 21 deletions

View file

@ -1,7 +0,0 @@
require ("global")
function onEventStarted(player, npc)
defaultFst = GetStaticActor("DftFst");
callClientFunction(player, "delegateEvent", player, defaultFst, "defaultTalkWithEmoni_001", nil, nil, nil);
player:endEvent();
end

View file

@ -1,7 +0,0 @@
require ("global")
function onEventStarted(player, npc)
defaultFst = GetStaticActor("DftFst");
callClientFunction(player, "delegateEvent", player, defaultFst, "defaultTalkWithFlavielle_001", nil, nil, nil);
player:endEvent();
end