Colored Toggle Buttons for zmud

Scripts and support for your favorite MUD client.
Gizep
Sojourner
Posts: 150
Joined: Thu Mar 10, 2005 4:34 pm
Location: Menzoberranzan
Contact:

Colored Toggle Buttons for zmud

Postby Gizep » Wed May 11, 2005 10:13 pm

Code: Select all

#BUTTON 1 {Cond} {#IF (@Cond) {@Cond = 0;#say Mob Cond off!;#NOOP %btncol( 1, black, yellow)} {@Cond = 1;#say Mob Cond on!;#NOOP %btncol( 1, black, green)}} {} {} {} {} {} {} {} {} {} {} {} {10} {} {} {} "" {} {} {}


Zubox wanted a condition caller so im tossing it in too:

Code: Select all

#TRIGGER {You receive your share of experience.} {#T+ ENasty;#T+ EPhurt;#T+ EAwful}

#CLASS {EAwful}
#TRIGGER {E: (%w) EC: awful} {#TIMER OFF;#IF (@Cond) {gsay %1 - awful;#T- ENasty;#T- EPhurt;#T- EAwful}} "" {notrig}
#CLASS 0

#CLASS {ENasty}
#TRIGGER {E: (%w) EC: nasty wounds} {#IF (@Cond) {gsay %1 - nasty wounds;#T- ENasty}} "" {notrig}
#CLASS 0

#CLASS {EPhurt}
#TRIGGER {E: (%w) EC: pretty hurt} {#IF (@Cond) {gsay %1 - pretty hurt;#T- ENasty;#T- EPhurt}} "" {notrig}
#CLASS 0




Found this lil bit lying around, thought i should share.
As long as we live in this world we are bound to encounter problems. If, at such times, we lose hope and become discouraged, we diminish our ability to face difficulties. If, on the other hand, we remember that it is not just ourselves but everyone who has to undergo suffering, this more realistic perspective will increase our determination and capacity to overcome troubles.
-- The Dali Lama

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 20 guests