hey everyone faulk here again, got another question for some awsome person to help me with. basically what i am trying to do is making it so a user can put in a font with an edit box, and be able to change whether or not it is bold with a check box, and be able to see the output. so far i have been able to get the basic text and text output, but i can't figure out how to get the bold in when you click the button bold. my best guess is this:

on *:DIALOG:eSpam:sclick:*: {
if (($did == 400) && ($did == 900)) { /msg $active  $did(Test,500)seltext }
if (($did == 400) && ($did == 901)) { /window -e @test | /echo @test  $did(Test,500)seltext }
}

I thought this would work fine, but for some reason it doesn't add the bold variable. yes The bold is in there. if anyone has any ideas let me know thanks. - faulk


Nate Faulkenberry