Hi
i am trying to execute this simple script but for some reason i get an error when trying to compile it or display it..
here the code:
Code: Select all
@DISPLAY {Title="Prova", X=50, Y=50, Width=800, height=600}
@MUSIC 1, "mod.intro"
PlayMusic(1,{times=0})
Print("Ciao Mondo!")
WaitleftMouse()
End()
Thanks Davide