Author: AnodA
' This is a two-state Play/Stop-script ' that can also be assigned to a hotkey. ' ' It is pretty simple but i use this very ' often with DrO's Next-On-Stop Plugin. ' if (PlayState = 1) then StopPlayback 'Alternatively to the Next-On-Stop Plugin 'you can do a simple Skip here: 'Skip else Play end if quit