|
Good one. How about adding a variable that keeps track of the player head position:
property Track_position: 1
Then use:
copy player position to Track_position
to keep track of where in the song it was and set the player position back to that spot if you reboot.
|