Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/zones/Sealions_Den/npcs/Airship_Door.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ end
function onEventFinish(player, csid, option)
if csid == 32003 and option >= 100 and option <= 102 then
local inst = option - 99
player:setCharVar("bcnm_instanceid", inst)
player:startEvent(player:getLocalVar("[OTBF]cs"), inst)
end
end