summary refs log tree commit diff stats
path: root/res/scripts/test_trigger.lua
blob: 58325e57c4cf07a5fd2d99d71cc41cb510ccf150 (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