```
//player move [offsetX] [offsetY] [offsetZ]
//sound [name] [path] - loads sound and sets it's name. Path rules are the same as for images.
auto 1
sound woosh Sounds/jump.wav //- loads sound and sets it's name. Path rules are the same as for images.
play sound woosh
player move 0 0 512
keeptrigger
map quickreturn keepsounds3
```
I just tried with various Versions of the script and I can't get it to work either it might be something worth mentioning in the discord?