mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2004
Posts: 6
W
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Aug 2004
Posts: 6
when i try to add my popups into the popup menu...then i go to a mirc room and right click...it doesnt even pull the popups menu down to list what i have...it acts as if its not even there....HELP....im desperate!

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Where are you putting the popupmenu, and what does the menu look like? (in code form)


New username: hixxy
Joined: Aug 2004
Posts: 6
W
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Aug 2004
Posts: 6
im doing a cut and paste from the old version of popups into the newer 6.16 version and pasting it in popups in the script editor.....i cant even get it to list a new item in it so i can pull it down off the drop down menu that already exists, i do alot of Rpg games ...so i need this for the different character descriptions and such...or actions....this is whats partly in my script editor under popups and yes i hit save and then ok once i pasted it all there

.Away
..Set Away...:/away $$?="Enter your away message:"
..Set Back:/away
.List Channels:/list
Intros
.kira: /me is (the rest of the actions)

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Try putting this in remote (alt+r):

Code:
menu channel {
  Away
  .Set Away...:/away $$?="Enter your away message:"
  .Set Back:/away
  List Channels:/list
  Intros
  .kira: me is (the rest of the actions) 
}


Paste it into wordpad, then from wordpad to remote as the code tags mess up the script when you copy and paste it.


New username: hixxy

Link Copied to Clipboard