| Author |
Message |
Topic: %item sends first item in string list straight to MUD, skips parser, help! |
afkai
Replies: 5
Views: 3618
|
Forum: CMUD General Discussion Posted: Mon Jan 18, 2010 5:40 am Subject: %item sends first item in string list straight to MUD, skips parser, help! |
The reason they are prefaced with 3 digits is so I can sort the string list and prioritize the afflictions so that more severe afflictions are cured first.
Is there a better way to do this? |
Topic: %item sends first item in string list straight to MUD, skips parser, help! |
afkai
Replies: 5
Views: 3618
|
Forum: CMUD General Discussion Posted: Mon Jan 18, 2010 3:24 am Subject: %item sends first item in string list straight to MUD, skips parser, help! |
I can't seem to get it to work.
How do I get it to fire the first item in a string list which happens to be an alias? |
Topic: %item sends first item in string list straight to MUD, skips parser, help! |
afkai
Replies: 5
Views: 3618
|
Forum: CMUD General Discussion Posted: Sun Jan 17, 2010 9:48 pm Subject: %item sends first item in string list straight to MUD, skips parser, help! |
I have an alias, 'scure' short for salve cure which does the following:
#var salvelist {%sort( @salvelist)}
#if (@salvebalance=1 and @slick=0 and @sleep=0 and @aeon=0 and @ ... |
| |