mIRC Homepage
Posted By: whatsthedillio how to use info from an inmput table - 08/08/04 09:03 AM
i want to beable for the user to enter a channel in the box then it msg the chan something
$?="Enter Channel Name e.g #Channel "
but it says #channel is not a command
but all i want is to get the channel and msg it
like msg $1- hello
pls help me thanks

i know :
/msg $?="Enter Channel Name e.g #Channel "
but how can i make it play a text file to the nick/channel
if the txt was called play.txt
itried
/msg $?="Enter Channel Name e.g #Channel " $read(hello.txt)
but that didnt work pls help me out here
thanks alot
Posted By: Naz Re: how to use info from an inmput table - 08/08/04 10:44 AM
Say this:msg $?="Enter Channel Name e.g #Channel " Your text here.

The above works fine as a popup or a script menu.
Posted By: tsoglanos Re: how to use info from an inmput table - 08/08/04 10:48 AM
type this for test

Code:
 
//play $?"enter channel" versions.txt 2000
 
yep worked great thanks alot
Posted By: Iori Re: how to use info from an input - 08/08/04 11:01 PM
You can also use #$input()
  • //play #$$input(Enter channel,e) file.txt 1500
© mIRC Discussion Forums