#Lua Cutscene

5 messages · Page 1 of 1 (latest)

atomic nest
#

My cutscene isn't playing. I tried all kinds of fixes I could think of.

Code:

function OnBegin()

    disableRetry()
    say("Heat3Space_Secretable_prologueEnd")
    walk(30)
    wait(5)
    completeArea()
    endCutscene()
    
end

Cutscene's Trigger filename:
Assets\Heat3Space\Cutscenes\pEnd
Explorer Path:
Celeste\Mods\Secretable\Assets\Heat3Space\Cutscenes\pEnd.lua

#

It seems I forgot something but I don't seem to know what specifically

jovial valley
#

onBegin should be lowercase, and you should use forward slashes in the path

atomic nest