Author |
Message |
Topic: %subregex pattern variables |
TheHardCount
Replies: 2
Views: 2590
|
Forum: CMUD General Discussion Posted: Fri Oct 26, 2007 9:50 pm Subject: %subregex pattern variables |
Thanks Zugg! |
Topic: %subregex pattern variables |
TheHardCount
Replies: 2
Views: 2590
|
Forum: CMUD General Discussion Posted: Thu Oct 25, 2007 11:11 pm Subject: %subregex pattern variables |
Hello,
This example from the help files no longer works:
#SHOW %subregex("100 gold, 200 silver", "(\d+)", "%eval(%1+10)")
displays: ... |
Topic: Windows Environment Variables |
TheHardCount
Replies: 3
Views: 2885
|
Forum: CMUD General Discussion Posted: Tue Oct 23, 2007 4:07 am Subject: Windows Environment Variables |
Hello,
I am trying to set up logging in a somewhat fancy way. Here is the command I am trying to use:
#LOG %concat("%USERPROFILE%\My Documents\CMUD\", %exec(#CHAR), "\ ... |
Topic: parsing commands stored in variables |
TheHardCount
Replies: 2
Views: 2768
|
Forum: CMUD General Discussion Posted: Mon Aug 20, 2007 1:27 am Subject: parsing commands stored in variables |
Using the #EXECUTE command solved my problem, thank you. |
Topic: parsing commands stored in variables |
TheHardCount
Replies: 2
Views: 2768
|
Forum: CMUD General Discussion Posted: Mon Aug 20, 2007 12:48 am Subject: parsing commands stored in variables |
Hello, I am having a small problem.
As an example:
#ALIAS send_Test {@Test}
#VAR Test {#WALK tree}
send_Test
sends "#WALK tree" to the mud instead of parsing the #WA ... |
|