Author |
Message |
Topic: Assigning colours to Status Window lines from stringlists |
herbster69
Replies: 3
Views: 3377
|
Forum: CMUD General Discussion Posted: Fri Dec 04, 2009 6:28 pm Subject: Assigning colours to Status Window lines from stringlists |
Thanks all. I created 2 stringlists and status windows and like this:
#STW {%ansi(high,red)"AFFLICTIONS"%char( 10)%ansi(reset)%expandlist( @afflictions, %char( 10))%char( 10)} "" Afflictions
#STW ... |
Topic: Assigning colours to Status Window lines from stringlists |
herbster69
Replies: 3
Views: 3377
|
Forum: CMUD General Discussion Posted: Fri Dec 04, 2009 4:52 pm Subject: Assigning colours to Status Window lines from stringlists |
Hi there,
I use the following command to update my status window:
#STW {%expandlist( @afflictions, %char( 10))} "" Afflictions
I would ideally like to colour all the records in the stringlist ... |
Topic: Triggers not working |
herbster69
Replies: 2
Views: 2933
|
Forum: CMUD General Discussion Posted: Thu Dec 03, 2009 10:31 am Subject: Triggers not working |
Found out what the problem was but can't remember! Thanks for the reply though. |
Topic: Stringlists |
herbster69
Replies: 0
Views: 2496
|
Forum: zMUD General Discussion Posted: Mon Nov 30, 2009 3:09 pm Subject: Stringlists |
Hi there,
I have a stringlist which contains the afflictions my character has (@afflictions). I have the following alias which is triggered when I either cure an ailment or get a new ailment:
#S ... |
Topic: Triggers not working |
herbster69
Replies: 2
Views: 2933
|
Forum: CMUD General Discussion Posted: Tue Nov 24, 2009 10:26 pm Subject: Triggers not working |
I have some triggers that work and some that don't. They are in the same (enabled) class and are all enabled themselves. The Test Trigger option works and they did work a couple of days ago, but not ... |
Topic: Deleting database records |
herbster69
Replies: 0
Views: 1686
|
Forum: CMUD General Discussion Posted: Fri Nov 20, 2009 7:58 pm Subject: Deleting database records |
I'm trying to create a trigger that does the following:
1. Creates 3 variables from the trigger text (name (text), potion(text) & sips (number)) - DONE
2. Deletes the contents of a database (p ... |
Topic: Regular expression |
herbster69
Replies: 2
Views: 2571
|
Forum: CMUD General Discussion Posted: Fri Nov 20, 2009 4:20 pm Subject: Regular expression |
excellent, thanks. |
Topic: Regular expression |
herbster69
Replies: 2
Views: 2571
|
Forum: CMUD General Discussion Posted: Fri Nov 20, 2009 4:09 pm Subject: Regular expression |
I'm having a problem with writing a regular expression for a prompt trigger I want to use.
Example of the text requiring triggering are
1234h, 2345m ae-
1234h. 2345m -
The following trigger ... |
|