Author |
Message |
Topic: CTRL key no longer works in cMUD command line |
LordBudigert737
Replies: 0
Views: 2709
|
Forum: CMUD General Discussion Posted: Sat Jan 31, 2015 12:53 am Subject: CTRL key no longer works in cMUD command line |
The only mention I can even find of the CTRL key is under General Options|User Interface where you have the option of using ctrl+alt to send ctrl key. Except that doesn't work either. I now cannot use ... |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 4:15 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
For whatever reason, I simply can NOT get local variables to work for me. So, I switched them all over to regular variables, and now the trigger pattern is showing as {} again. I'm thinking that this ... |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 3:33 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
Pasting in your original code as is, gave me a pattern with double brackets. That's why I originally took one of the brackets off of each side in the %concat within the trigger, which fixed my problem ... |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 2:53 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
Implying that:
#trigg {{{@variable}}} {#cw %2}
would work without messing with the others? Would just be for that instance? |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 2:50 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
Easy now! Remember, I'm a newb at this stuff! |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 2:28 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
The trigger should want the double brackets.
That's how it knows to expand an array out to match all the members.
Why do you want only single?
I wish I had a better answer than it simply doesn' ... |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Thu Jan 22, 2015 12:43 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
Thanks for the reply, you definitely cleared up some of my issues and I was able to move a little further with my script... this just led me into more problems
groupVar = %concat("@", ... |
Topic: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
LordBudigert737
Replies: 12
Views: 11430
|
Forum: CMUD General Discussion Posted: Wed Jan 21, 2015 5:00 pm Subject: Trouble creating a trigger with an alias - creating triggers, aliases, and vars |
I am writing a simple buddy list that hightlights people based on the group you add them to and I decided that I wanted to make it even easier!
To create my list, I only needed: 1 variable, 3 alia ... |
Topic: Show Colors |
LordBudigert737
Replies: 3
Views: 5485
|
Forum: CMUD General Discussion Posted: Sun Jan 18, 2015 7:05 am Subject: Show Colors |
Nevermind, I'm slow. |
Topic: Show Colors |
LordBudigert737
Replies: 3
Views: 5485
|
Forum: CMUD General Discussion Posted: Sun Jan 18, 2015 6:03 am Subject: Show Colors |
Never once clicked on that!
And I thank you again. Sorry, I should have found that on my own, was the first option! |
Topic: Show Colors |
LordBudigert737
Replies: 3
Views: 5485
|
Forum: CMUD General Discussion Posted: Sun Jan 18, 2015 1:52 am Subject: Show Colors |
The two scripts that are listed
#class {colors} {enable}
list="aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywoo ... |
Topic: Script Help: %eval within trigger |
LordBudigert737
Replies: 1
Views: 3143
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2015 7:42 pm Subject: Script Help: %eval within trigger |
What the old script looked like:
#TRIGGER {sack of green ivy} {#SUBST "sack of green ivy [REFRESH 1]";@Ivy = %eval( @Ivy + 1)}
I can apparently no l ... |
Topic: #ADDITEM not adding items to variable list |
LordBudigert737
Replies: 7
Views: 7476
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2015 3:04 pm Subject: #ADDITEM not adding items to variable list |
Boom!
Thank you so much! It works! I knew it had to be something fairly simple, and it was two somethings. You, sir, get a cookie! :) |
Topic: #ADDITEM not adding items to variable list |
LordBudigert737
Replies: 7
Views: 7476
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2015 2:48 pm Subject: #ADDITEM not adding items to variable list |
Hrm. Not it. A snippet from my MUD for example.
* HP:Healthy MV:Fresh > who
Players
-------
Grognak of Kandor (Idle)
Cadell of Saldaea
Ketch of the Borderland ... |
Topic: #ADDITEM not adding items to variable list |
LordBudigert737
Replies: 7
Views: 7476
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2015 2:25 pm Subject: #ADDITEM not adding items to variable list |
I have added the {enabled}
At the moment, it is not anything.. lol. I just keep tweaking at the coding, and then copy/paste it into my MUD and I test it. If it doesn't work, I delete the folder from ... |
Topic: #ADDITEM not adding items to variable list |
LordBudigert737
Replies: 7
Views: 7476
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2015 2:01 pm Subject: #ADDITEM not adding items to variable list |
This is my script:
#CLASS {FriendAndFoe}
#ALIAS addsedai {#ADDITEM %proper("%w") AesSedai}
#ALIAS delsedai {#DELITEM %proper("%w") A ... |
|