If you want to attach a '.' (period) to the string returned by $song you can use $+ to attach it: //say palaran is listening to $song $+ . Using /say works only in the window having the keyboard cursor, so your script can instead u...Paul Janson
The http://mircscripts.net has expired, and has moved to https://mircscripts.info/?page=home As for script compatibility, the newer your $builddate the more likely that scripts will work. A lot can depend on what the script is trying to...Paul Janson
Ah, so the problem is not due to the forum hiding characters, they're actually missing from your code. There's 2 main types of if statements, either boolean or comparison using an operator. What you're doing is not using an operator, wh...Paul Janson
It's not safe to address your code, because what we see is almost certainly not what you posted. I don't see the equals in your if statement, and there might be other things. To make sure your code displays correctly, click on the PRE bu...Paul Janson