1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/resources/scripts/events/tosort/Orchestrion.lua

13 lines
427 B
Lua
Raw Normal View History

-- Internally called HouFurOrchestrion:721226
-- Scene 00000 opens the main player
-- Scene 00001 opens the playlist editor, but right now, closing it softlocks, and trying to edit anything says you are not authorized to use the estate's orchestrion
function onTalk(target, player)
player:play_scene(target, EVENT_ID, 00000, 8192, {0})
end
function onReturn(scene, results, player)
player:finish_event(EVENT_ID)
end