alias paused { if !$insong { return }
var %p = $insong.pos,%a = $ticks,%b = %a + 1
while %a < %b { %a = $ticks }
if $insong.pos == %p { return 1 }
}
How does that work...? :0
I wanted something similar to:
$iif($insong.paused == $true,splay resume,splay pause)

-Thanks for the force size thing trying it now.