|
Belmyrddyn Magician
Joined: 17 Oct 2001 Posts: 371 Location: USA
|
Posted: Fri Feb 01, 2002 11:45 pm
Hiding Buttons |
Okay, I'm planning on creating two seperate 'Modes' for playing my MUD. 'Peace Mode' and 'Combat Mode' When Combat Mode is selected (via a toggle button) I want the combat buttons to appear, and when the Peace Mode is selected (via the same toggle button) I want the combat buttons to disappear and the peace buttons to show up. How do I make the buttons disappear and reappear through a script?
Belmyrddyn |
|
|
|
dacheeba Adept
Joined: 29 Oct 2001 Posts: 250
|
Posted: Fri Feb 01, 2002 11:52 pm |
1.Make 2 different Classes call one Cmode and the other Pmode.
2.Put all combat buttons in Cmode and all peace buttons in Pmode.
3.Go into your settings editor and click on 'Disable Class when connecting to a Mud' for Cmode.
4.Make a button with the states for {#T- Cmode;#T+ Pmode} and {#T- Pmode;#T+ Cmode}.
5.Ta Da!
dacheeba |
|
|
|
|
|