Author |
Message |
Topic: Multiline pattern match/do not match differentiation problem |
Spirit
Replies: 5
Views: 6305
|
Forum: CMUD General Discussion Posted: Sun Mar 15, 2015 1:19 am Subject: Multiline pattern match/do not match differentiation problem |
so change the base trigger to..
#TR {^{@list_of_actions}$}
This is still quite slow, particularly when the action list starts getting large as CMUD will have to process the search for every line t ... |
Topic: Multiline pattern match/do not match differentiation problem |
Spirit
Replies: 5
Views: 6305
|
Forum: CMUD General Discussion Posted: Sat Mar 14, 2015 2:44 pm Subject: Multiline pattern match/do not match differentiation problem |
#TRIGGER {^You perform an action.$} {ididit=1}
#COND {*} {ididit=0} {Within|Param=1}
and
#TRIGGER {^Your body floats.$} {#IF (@ididit) {me stuff} {not me stuff}} "" {Pri=1}
The first trigger ... |
Topic: Multiline pattern match/do not match differentiation problem |
Spirit
Replies: 5
Views: 6305
|
Forum: CMUD General Discussion Posted: Fri Mar 13, 2015 6:22 pm Subject: Multiline pattern match/do not match differentiation problem |
I am trying to set up some triggers on a pair of related multiline patterns. Each pattern indicates a similar effect upon the player, but because the source of that effect can differ, I want to handle ... |
Topic: Gauges not correctly updating when accessing data via a function |
Spirit
Replies: 3
Views: 5270
|
Forum: CMUD General Discussion Posted: Sat Mar 01, 2014 9:01 pm Subject: Gauges not correctly updating when accessing data via a function |
Euphoric.plan here, sorry for the delay in response. The forum hiccuped and my old account was eventually destroyed in the process, so I've chosen a new username.
Thanks guys, #update was exactly w ... |
|