|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Sat Nov 20, 2004 12:35 am
Buttons that aren't there... |
Currently, there are two lines of buttons on my MUD that I used to use. They are buttons to control WinAmp. I did not want them anymore, do I deleted them. But they are still there. I have looked through every folder, and there is only one button, and it is not even for that. Here is what I get in a text file when I export my buttons:
#CLASS {All}
#CLASS 0
#CLASS {All|System} {enable}
#CLASS 0
#CLASS {All|System|Automapper}
#CLASS 0
#CLASS {All|System|Keypad} {enable}
#CLASS 0
#CLASS {All|System|AutomapperAll} {enable}
#CLASS 0
#CLASS {All|System|Directions} {enable}
#CLASS 0
#CLASS {All|System|DirectionsDiag} {enable}
#CLASS 0
#CLASS {All|System|KeypadDiag} {enable}
#CLASS 0
#CLASS {All|System|Pueblo}
#CLASS 0
#CLASS {All|Autolog} {enable}
#CLASS 0
#CLASS {All|Kaidien} {disable}
#BUTTON 10 {fill} {rem skin;rem skin;fill skin fountain;fill skin fountain;wear skin;wear skin} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} "" {} {} {}
#CLASS 0
#CLASS {All|Kaidien|WANTED}
#CLASS 0
#CLASS {All|Kaidien|Channel Capture}
#CLASS 0
#CLASS {All|Kaidien|Gates}
#CLASS 0
#CLASS {All|Kaidien|Travel}
#CLASS 0
#CLASS {All|Kaidien|Weaves}
#CLASS 0
#CLASS {All|Kaidien|Target Script}
#CLASS 0
#CLASS {All|Rent Script}
#CLASS 0
#CLASS {All|Rent Script|TickTimerPlugin}
#CLASS 0
#CLASS {All|MeleeColorsPlugin}
#CLASS 0
#CLASS {All|Notes}
#CLASS 0
#CLASS {All|FleeScript}
#CLASS 0
#CLASS {All|SlowWalk}
#CLASS 0
#CLASS {All|Thamud}
#CLASS 0
#CLASS {All|BMI}
#CLASS 0
#CLASS {All|BMI|Male}
#CLASS 0
#CLASS {All|BMI|Female}
#CLASS 0
#CLASS {All|Receipts}
#CLASS 0
#CLASS {All|Chade} {enable}
#CLASS 0
#CLASS {All|Chade|Partner Script}
#CLASS 0
#CLASS {All|Chade|People Script}
#CLASS 0
#CLASS {All|Chade|Target Script}
#CLASS 0
Yet still I have the buttons... Is there any way to get rid of them? |
|
_________________ *Llewlyn* makes a strange sound but is suddenly very silent as you place a silver sai in his back! |
|
|
|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Sat Nov 20, 2004 12:41 am |
Hmm... when I type #button I get this:
Buttons:
1: -> #call @Winamp.Rewind;#var currentsong @Winamp.CurrentSongTitle;#var songtime @Winamp.CurrentPos;#var songstatus %case( @Winamp.Status+1, "Stopped", "Playing", "Unkown", "Paused")
2: -> #call @Winamp.FastForward;#var song @Winamp.CurrentSongTitle;#var songtime @Winamp.CurrentPos;#var songstatus %case( @Winamp.Status+1, "Stopped", "Playing", "Unkown", "Paused")
3: -> #call @Winamp.Stop;#var song @Winamp.CurrentSongTitle;#var songtime @Winamp.CurrentPos;#var songstatus %case( @Winamp.Status+1, "Stopped", "Playing", "Unkown", "Paused")
4: -> #call @Winamp.SendCommand(40045);#var song @Winamp.CurrentSongTitle;#var songtime @winamp.CurrentPos;#var songstatus %case( @Winamp.Status+1, "Stopped", "Playing", "Unkown", "Paused")
5: ->
6: ->
7: -> #call @Winamp.SendCommand(40046);#var song @Winamp.CurrentSongTitle;#var songtime @winamp.CurrentPos;#var songstatus %case( @Winamp.Status+1, "Stopped", "Playing", "Unkown", "Paused")
8: -> #if (@volstatus=0) {#loo @volume {#call @Winamp.SendCommand(40059)};#var volstatus 1} {#loo @volume {#call @Winamp.SendCommand(40058)};#var volstatus 0}
10: fill -> rem skin
rem skin
fill skin fountain
fill skin fountain
wear skin
wear skin
It appears it has no name, so is invisible... how do I fix this? is there a way to delete buttons with the #button command? |
|
_________________ *Llewlyn* makes a strange sound but is suddenly very silent as you place a silver sai in his back! |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat Nov 20, 2004 12:49 am |
#unbutton 1
#unbutton 2
......
#unbutton 9 |
|
|
|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Sat Nov 20, 2004 4:27 am |
Thanks! Worked great! :D
|
|
_________________ *Llewlyn* makes a strange sound but is suddenly very silent as you place a silver sai in his back! |
|
|
|
|
|