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