mIRC Homepage
Posted By: onesikgypo Simple Question - To Display Msg Box - 09/12/05 01:29 AM
What is the identifier to make a message box appear. with a message and an OK Button
Posted By: RusselB Re: Simple Question - To Display Msg Box - 09/12/05 01:38 AM
To my knowledge there isn't one. Sounds to me like you're talking about a dialog code.

/help dialogs

I stand ready to admit my lack of knowledge if someone else knows of such an identifier (excluding custom made identifiers, of course)
Posted By: onesikgypo Re: Simple Question - To Display Msg Box - 09/12/05 01:46 AM
anyone able to make a quick one, its late and i wont b able to learn anything new tonight, just need something where it will come up with a mesage - u click OK and the script continues - nothing complicated
Posted By: MikeChat Re: Simple Question - To Display Msg Box - 09/12/05 01:52 AM
/help $input

alias testinput {
var %input = $input(Test $+ $crlf Input $+ $crlf Features,nv)
echo -a %input
}
Posted By: MikeChat Re: Simple Question - To Display Msg Box - 09/12/05 01:57 AM
Quote:
anyone able to make a quick one, its late and i wont b able to learn anything new tonight, just need something where it will come up with a mesage - u click OK and the script continues - nothing complicated


k

var %check = $input(Do you want to continue,y)
if (%check!= $true) { return }
© mIRC Discussion Forums