![]() |
AudioVBScript has the following limitations:
CurrentLevel = "Dungeon"
Trace "The current level is " + CurrentLevel
Visual Basic Scripting Edition would print "The current level is Dungeon," but AudioVBScript raises a syntax error.
Sub TestX
If x > 1 then
Segment1.play
End If
End Sub