summary refs log tree commit diff stats
path: root/res/scripts/test_trigger.lua
blob: 4d9d06c0cac744c6a4b56d5cd76937790193d41d (plain) (blame)
1
2
3
4
5
6
7
function test_trigger()
  StartCutscene()
  PlaySound("boney_growl.wav")
  DisplayMessage("* Hi! Welcome to the funky zone.", "", SpeakerType.NONE)
  WaitForEndOfMessage()
  HideCutsceneBars()
end