Return
@ShowIntro
Log("Playing intro cutscene")
Return()
Log("This will not run")
@ComputeScore
Return(100)
@Main
Call("ShowIntro")
Set("score", Call("ComputeScore"))
Last updated
@ShowIntro
Log("Playing intro cutscene")
Return()
Log("This will not run")
@ComputeScore
Return(100)
@Main
Call("ShowIntro")
Set("score", Call("ComputeScore"))
Last updated