Ah! I never even considered aliases. Alright, how good is this:

(appended to the end of the Nick List popup file)

Code:
-
Send Bar:/icybotbar

alias icybotbar {
set %bardata1 $?="Callup Code?"
set %bardata2 $?="Nickname for greet?"
set %bardata3 $?="Color banner?"
msg IcyBot !addbar %bardata1 %bardata2 %bardata3
unset %bardata1
unset %bardata2
unset %bardata3
}


Will that come up with an input box, and the two buttons being either "OK" or "Cancel"? And it brings up the three boxes in succession? ANd then sends?

Perhaps, put the alias in it's own script?

Last edited by Mpot; 12/10/07 10:43 PM.