Simple Menu

By Jamiie on Apr 07, 2008

This is a menu script I wrote when I got bored of playing the 360 :P

Just load in your Remotes(Alt+R)

And right click in a channel to view the list of commands to use.

I'm still new to scripting so atleast give me some credit for trying :)

menu * {
  NickServ
  .Nick:/nick $$?="Enter Nick:"
  .Identify:/ns id $$?*="Enter Password:"
  .Ghost:/ns ghost $$?="Enter Nick:" $$?*="Enter Password:"
  .Group:/ns group $$?="Enter Nick:" $$?*="Enter Password:"
  .drop:/ns drop $$?="Enter Nick:"
  .Password Change:/ns set password $$?*="Enter New Password:"
  .Recover Nick:/ns recover $$?="Enter Nick:" $$?*="Enter Password"
  .Release Nick:/ns release $$?="Enter Nick:" $$?*="Enter Password:"
  ChanServ
  .Register:/cs register $chan $$?*="Enter password:" $$?="Enter description:"
  .Join:/join # $+ $$?="Enter Channel:"
  .Topic:/cs topic $chan $$?="Enter Topic:"
  .Invite:/invite $$?="Enter Nick:" $chan
  .Add Akick:/cs akick $chan add $$?="Enter Nick:"
  .Del Akick:/cs akick $chan del $$?="Enter Nick:"
  .Entry Msg:/cs set $chan Entrymsg $$?="Enter Message:"
}

Comments

Sign in to comment.
Jamiie   -  Jan 27, 2009

@HumansMagic,

I used

.drop:/ns drop $$?="Enternick:"

that way the user only have to type in the nick to drop without changing it to the nick.

And,

.reg nick:/ns register $$?="password:" $$?="Email:"

is correct.

 Respond  
HumansMagic   -  Jan 24, 2009

You can do that faster with
.Drop Nick:/ns drop $me

And Nick Register you dont put it, .Reg nick:/ns register $$?*="password:" $$?="Email:"

 Respond  
SonnyX   -  Apr 09, 2008

I always believed that: .Release Nick:/ns relase $$?=\"Enter Nick:\" $$?=\"Enter Password:\"
Was ment to be: .Release Nick:/ns release $$?=\"Enter Nick:\" $$?
=\"Enter Password:\"
again a typo :(

 Respond  
Jamiie   -  Apr 08, 2008

Didn\'t think about that mountaindew, thanks.

 Respond  
Jamiie   -  Apr 08, 2008

Thanks for noticing the typo SonnyX, I was in a hurry for work in the morning lol.

 Respond  
guest598594   -  Apr 08, 2008
  .Identify:/ns id $$?=\"Enter Password:\"
  .Ghost:/ns ghost $$?=\"Enter Nick:\" $$?=\"Enter Password:\"
  .Group:/ns group $$?=\"Enter Nick:\" $$?=\"Enter Password:\"
  .drop:/ns drop $$?=\"Enter Nick:\"
  .Password Change:/ns set password $$?=\"Enter New Password:\"
  .Recover Nick:/ns recover $$?=\"Enter Nick:\" $$?=\"Enter Password\"
  .Release Nick:/ns relase $$?=\"Enter Nick:\" $$?=\"Enter Password:\"

I\'d make the $$?=\"Enter Password\"\'s *$$?=\"Enter Password:\"* so that it writes \'s into the input box.

 Respond  
SonnyX   -  Apr 08, 2008

The Entry Mesage is wrong u made it
\"/cs ET $chan entrymsg $$?=\"Enter Message:\"\"
inplace of
\"/cs SET $chan ENTRYMSG $$?=\"Enter Message:\"\"

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.