|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
Hello !
How can I make a simple pop up message just saying something with a "ok" button?
|
|
|
|
Joined: Aug 2003
Posts: 314
Fjord artisan
|
Fjord artisan
Joined: Aug 2003
Posts: 314 |
//.echo -q $input(text,o)
Look at /help $input
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
$input(Your text above button,o,Your titlebar)
Edit: Sigh beat me to it.
|
|
|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
wow u people are quick !! thx alot
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
You're welcome.
|
|
|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
I ran it but it shows a OK and CANCEL button I only need a OK button......
Thank u
|
|
|
|
Joined: Aug 2003
Posts: 314
Fjord artisan
|
Fjord artisan
Joined: Aug 2003
Posts: 314 |
Did you include the 'o' parameter? $input(text,o)
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
Use what I said..
//echo -q $input(Your text above button,o,Your titlebar)
Edit: I just used Sigh's code and that works for me, so it should work for you.. :tongue:
|
|
|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
|
|
|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
I still get the OK and CANCEL buttons with:
//echo -q $input(Your text above button,o,Your titlebar)
I Just need the OK button
( sorry for buggin u all )
|
|
|
|
Joined: Aug 2003
Posts: 314
Fjord artisan
|
Fjord artisan
Joined: Aug 2003
Posts: 314 |
Are you using an mIRC version older than 6.03? If so you want $input(text,4)
|
|
|
|
Joined: Nov 2003
Posts: 82
Babel fish
|
OP
Babel fish
Joined: Nov 2003
Posts: 82 |
Yes I am And It works now the way I wanted Thank you VERY much
|
|
|
|
Joined: Sep 2003
Posts: 4,230
Hoopy frood
|
Hoopy frood
Joined: Sep 2003
Posts: 4,230 |
regardless it should be used with
!.echo -q
or from the mirc line
//!.echo -q
! to make sure no stinky alias takes it . to make command quietish echo to echo something -q switch to not echo anything if . was used
Thus the $true or $false responce from $input is never seen.
|
|
|
|
|
|