My bad for the $iif, there is an extra ')' use:
$iif($regml(parse,5) >= 3.6,$+($chr(3),04,$v1),$v1)
2. The game name now showed the first time at the top but didn't show at all on the second return and if you get a large return of results, it puts the name on the second last line.
I'm guessing I just did a bad edit again so please forgive me.
Not your fault, that simply because in the source code, the game's name is always at the end, after the last url, you would need to temporarily store all the informations, wait for the name, then display it and display the rest of informations.
As you said, $play is related to playing files, which you are not doing here, why are you trying to use $play?
You need to make a queue system: store the request, once a request is done, check if there's a request in the queue and handle it, if so.
The /timer command can be used to delay (ie. slow down) another command.
I'll try to add those modifications later, but you're welcome
