Author |
Message |
Topic: Quick formatting issue |
Hronden
Replies: 2
Views: 1619
|
Forum: CMUD General Discussion Posted: Fri Apr 15, 2011 12:44 am Subject: Quick formatting issue |
That did the trick. Thanks Daern |
Topic: Quick formatting issue |
Hronden
Replies: 2
Views: 1619
|
Forum: CMUD General Discussion Posted: Thu Apr 14, 2011 11:45 pm Subject: Quick formatting issue |
My mud requires using a dot operator when specifying a quantity.
so Variable - headcount is numerical = 4
Alias head = get @headcount.head harness
Should send get 4.head harness
But it isn ... |
Topic: Auto assist trigger |
Hronden
Replies: 1
Views: 1226
|
Forum: CMUD General Discussion Posted: Fri Nov 26, 2010 2:04 am Subject: Auto assist trigger |
I am trying to assist on the following target line.
the stone golem slashes Cidd hard.
Using this code. It worked prior to the upgrade, but now I get an error saying it failed to compile.
< ... |
Topic: Multi Line Variable defined by alias |
Hronden
Replies: 5
Views: 2708
|
Forum: CMUD General Discussion Posted: Wed Feb 17, 2010 12:54 pm Subject: Multi Line Variable defined by alias |
Once again I solved my own problem, had a few out of place parenthesis. If anyone is curious it looks like this.
#if (%item(@lastspell,2)) {%item(@lastspell,2)} |
Topic: Multi Line Variable defined by alias |
Hronden
Replies: 5
Views: 2708
|
Forum: CMUD General Discussion Posted: Wed Feb 17, 2010 12:42 pm Subject: Multi Line Variable defined by alias |
Quick update on this, I did use the stringlist and then set my trigger to pull commands 1-7 in order, can you give me a hand with writing an if statement that will keep the trigger from sending an emp ... |
Topic: Multi Line Variable defined by alias |
Hronden
Replies: 5
Views: 2708
|
Forum: CMUD General Discussion Posted: Wed Feb 17, 2010 12:06 pm Subject: Multi Line Variable defined by alias |
I thought that would work as well, but when I put my input like this:
#var /recast/lastspell {wield staff|weave 'sanctuary' %1|wield 1.}
My output is
wield staff|weave 'sanctuary' self|wield ... |
Topic: Multi Line Variable defined by alias |
Hronden
Replies: 5
Views: 2708
|
Forum: CMUD General Discussion Posted: Wed Feb 17, 2010 5:12 am Subject: Multi Line Variable defined by alias |
This one should be fairly easy, I am trying to set up an alias that defines a variable with multiple commands. When I cast a spell I want to store it in a variable for access to recast if it fails. S ... |
|