summary refs log tree commit diff stats
path: root/res/scripts/default.lua
blob: 936a543648f2fae849251e768adef8ee2755329b (plain) (blame)
1
2
3
4
5
function default()
  StartCutscene()
  DisplayMessage("No problem here.", "", SpeakerType.NONE)
  HideCutsceneBars()
end