summary refs log tree commit diff stats
path: root/res/scripts/global.lua
blob: 48084c83bc1479942f65c057e18167449e887c66 (plain) (blame)
1
2
3
4
5
6
7
global = {}

function global.no_problem_here()
  StartCutscene()
  DisplayMessage("* No problem here.", "", SpeakerType.NONE)
  HideCutsceneBars()
end