Name
GetSongPosition -- get current song position (V1.9)
Synopsis
pos = GetSongPosition()
Function
This function returns the song position of the currently playing Protracker module. If no module is playing, -1 is returned. You can time your script to the music with this function.

You can also WaitSongPosition() which halts the program flow until a certain song position is reached.

Inputs
none

Results
pos
current song position or -1

Show TOC