Author |
Message |
Topic: mxp and ansi |
divinesnoop
Replies: 2
Views: 4311
|
Forum: CMUD General Discussion Posted: Sun Mar 16, 2014 5:47 pm Subject: mxp and ansi |
I have an MXP trigger where i want to use the %0 value. Issue I have is that the %0 value seems to get cut off whenever there's a change in
ansi status. If the line i capture starts with a colored w ... |
Topic: reset color of mxp tag |
divinesnoop
Replies: 0
Views: 2849
|
Forum: zMUD General Discussion Posted: Sat Jan 29, 2011 7:08 pm Subject: reset color of mxp tag |
Hi!
Mud i play has a number of mxp tags, and if I go to preferences and mxp tags i can select what colors these should have.
Problem i have now is that i can't reset it to not set the selected tag t ... |
Topic: variables on buttons |
divinesnoop
Replies: 3
Views: 4243
|
Forum: CMUD General Discussion Posted: Wed Jun 02, 2010 4:46 pm Subject: variables on buttons |
I've created all the variables with the same trigger, so they should be (and are) in the same class and package as far as i can see.
The thing is they did work at one point, but iirc some of them sto ... |
Topic: variables on buttons |
divinesnoop
Replies: 3
Views: 4243
|
Forum: CMUD General Discussion Posted: Wed Jun 02, 2010 8:08 am Subject: variables on buttons |
Building buttons with basic timers on cmud i ran into a problem. Randomly my variables start to fail to display the value of the variable, but rather display the variable name (eg. @prot_timer).
Sta ... |
Topic: variable in #forall |
divinesnoop
Replies: 19
Views: 11427
|
Forum: zMUD General Discussion Posted: Sun Jan 09, 2005 12:39 am Subject: variable in #forall |
I'm trying to do something like this.
#forall (@list) {
#var value @%i_value
#if (@value > X) {#sa Hi}
}
I can use @%1_value in triggers, but i can't use %i in a #forall it
just ends up b ... |
|