Hi, I am a bit confused how exactly the ONSONGLOAD works. It seems that the command is also executed when I unload a song. This is strange.
E.g. I tried the simple command "play" within ONSONGLOAD. When unloading a song, it immediately loads another song and plays it.
Any ideas? Thanks!
E.g. I tried the simple command "play" within ONSONGLOAD. When unloading a song, it immediately loads another song and plays it.
Any ideas? Thanks!
Posted Thu 29 May 25 @ 8:37 pm
Ideas, it's probably that currently ONSONGLOAD, before it acts, looks for a
param_equal load_pulse 0 ? do the thing : nothing
if that's how it works for now, then your ONSONGLOAD script should be
loaded ? play : nothing
Something they should fix, but you can fix it yourself until they do.
param_equal load_pulse 0 ? do the thing : nothing
if that's how it works for now, then your ONSONGLOAD script should be
loaded ? play : nothing
Something they should fix, but you can fix it yourself until they do.
Posted Thu 29 May 25 @ 8:55 pm
Wow! Thanks! The "loaded ?" query solved it.
Posted Thu 29 May 25 @ 9:18 pm