mIRC Home    About    Download    Register    News    Help

Print Thread
#51067 24/09/03 08:28 AM
Joined: Sep 2003
Posts: 6
D
Direkii Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Sep 2003
Posts: 6
Well im new to this kinda stuff like making windows...

I wana know howto get a link in the Commands box...

Im making a bot where people can download it from my site and set it up through the window...

Like if someone could help me with it it would be great... thx

#51068 24/09/03 08:47 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I guess you want to be able to use menus in that window? and i asume its a custom window we talking about, then use

menu @window_name {
Setup
.Something:{ what to happen }
}

working like a popup in remote.. smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#51069 24/09/03 08:50 AM
Joined: Sep 2003
Posts: 6
D
Direkii Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Sep 2003
Posts: 6
what i mean is like a new window... like when someone opens up the Commands menu and clicks on like Setup a new window will open with like
Bots Name:
Bots Channe:
Bots Trigger:
Bots Owner:
etc

#51070 24/09/03 08:57 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
menu @window_name {
Setup
.Set bot nick:{ set %botnick $$?="Enter nickname of your bot?" }
}


you mean somthing like that? this will set the bot nick as a %variable, then you can call that nick by that variable..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#51071 24/09/03 11:10 AM
Joined: Sep 2003
Posts: 6
D
Direkii Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Sep 2003
Posts: 6
nah i got it


Link Copied to Clipboard