Yeah that one.
I am still trying to get the thing working in the same scene... without jumping to another one. Just to understand how things work.
Its a cut-scene.
I have one script at the beginning of the scene.
local song = startSound("vispath:data/audio/tellisis/sounds/song.ogg")
Then I have another one in the middle of the cutscene that pauses the song.
local song = getSoundId("vispath:data/audio/tellisis/sounds/song.ogg")
toggleSoundPause(song)
And close to the end I put the second script again because I thought it would toggle between pause and playing the sound. But nothing happens.
