Author |
Message |
Topic: Multiline Trigs... again |
okkita
Replies: 1
Views: 1387
|
Forum: zMUD General Discussion Posted: Wed Oct 30, 2002 6:41 pm Subject: Multiline Trigs... again |
Hi!
I want to colour up some items on my inv... but the problem is that those items could happen to be splitted by several different parts of their names... this is how the inventory looks like:
... |
Topic: MUltiple Line Trigger |
okkita
Replies: 1
Views: 1346
|
Forum: zMUD General Discussion Posted: Fri Oct 25, 2002 7:05 pm Subject: MUltiple Line Trigger |
Hi!
I need to capture a var from a multiline output, like:
The green smoke suddenly leaps from your hand and hits the bulbous twisted(n)
neuter tchark, forming a tainted chain around its neck.
... |
Topic: repeating commands, timelines |
okkita
Replies: 7
Views: 3103
|
Forum: zMUD General Discussion Posted: Fri Oct 25, 2002 9:22 am Subject: repeating commands, timelines |
What I want is something like:
add_timeline(delay, command_list, id)
command_list = {read book|turn page|read book|close book|put book in shelf}
remove_timeline(id)
query_timelines()
ID D ... |
Topic: repeating commands, timelines |
okkita
Replies: 7
Views: 3103
|
Forum: zMUD General Discussion Posted: Thu Oct 24, 2002 1:56 pm Subject: repeating commands, timelines |
Hmm... I was thinking more on something like:
Delay Commands
3:00 @Timeline1
1:10 @Timeline2
... ...
*100 @TimelineN
I could be using quite some timelines, that ... |
Topic: repeating commands, timelines |
okkita
Replies: 7
Views: 3103
|
Forum: zMUD General Discussion Posted: Thu Oct 24, 2002 10:26 am Subject: repeating commands, timelines |
Thanks a lot Lalaynya! Looks and works great!
I meant I'm using 6.36B, nasty typo there :)
The main concern is if I would be able to control multiple #alarm timelines, and associate them with ... |
Topic: repeating commands, timelines |
okkita
Replies: 7
Views: 3103
|
Forum: zMUD General Discussion Posted: Wed Oct 23, 2002 2:13 pm Subject: repeating commands, timelines |
Hi!
I want to create some mechanism to repeat commands in certain periods. For example, reading a book each 5 minutes, or checking mail every 30 minutes.
Would it be possible to implement it in ... |
|