Skip to content

Commit

Permalink
[AMK, LUA] mission 12 - Castle Zvahl cutscene (LandSandBoat#4935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flibe-XI authored and hookstar committed May 23, 2024
1 parent 96a74cd commit 23e4a17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/missions/amk/12_Joy_Summoned_to_a_Fabulous_Fete.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ mission.sections =
return currentMission == mission.missionId
end,

[xi.zone.UPPER_JEUNO] =
[xi.zone.CASTLE_ZVAHL_BAILEYS] =
{
['Inconspicuous_Door'] =
onZoneIn =
{
onTrigger = function(player, npc)
return mission:progressEvent(10185)
end,
function(player, prevZone)
return 88
end
},

onEventFinish =
{
[10185] = function(player, csid, option, npc)
[88] = function(player, csid, option, npc)
mission:complete(player)
end,
},
Expand Down

0 comments on commit 23e4a17

Please sign in to comment.