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