Register to post in forums, or Log in to your existing account
 
:
Search found 173 matches for:
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
Author Message
  Topic: feature request
gmueller

Replies: 11
Views: 11183

PostForum: CMUD Beta Forum   Posted: Tue Mar 31, 2009 1:01 am   Subject: feature request
Tried it, didn't work the event fires before the telnet trigger ends... I have a solution to my particular problem, I just thought this was a great idea for a feature request.
  Topic: feature request
gmueller

Replies: 11
Views: 11183

PostForum: CMUD Beta Forum   Posted: Sun Mar 29, 2009 6:25 am   Subject: feature request
My problem is that if I output a #SAY in the middle of a telnet 200 trigger, the ansi gets garbled.

The problem is that any solution offered is going to have to take place *after* the current trigg ...
  Topic: feature request
gmueller

Replies: 11
Views: 11183

PostForum: CMUD Beta Forum   Posted: Sat Mar 28, 2009 6:08 pm   Subject: feature request
that would still run *after* the current triggers in the queue.
  Topic: feature request
gmueller

Replies: 11
Views: 11183

PostForum: CMUD Beta Forum   Posted: Fri Mar 27, 2009 11:37 pm   Subject: feature request
nah, this would only be a temp trigger. The reparse stuff and multistate stuff would be a permanent addition to the trigger.
  Topic: feature request
gmueller

Replies: 11
Views: 11183

PostForum: CMUD Beta Forum   Posted: Fri Mar 27, 2009 9:01 pm   Subject: feature request
Hi, I have a request for a new trigger type [, or a function that fetches the sort order number of the current trigger.]

There is a specific order for when all of the triggers are supposed to execu ...
  Topic: [3.05] #ALARM "xyz" {+0}
gmueller

Replies: 4
Views: 4881

PostForum: CMUD Beta Forum   Posted: Fri Mar 27, 2009 5:54 pm   Subject: [3.05] #ALARM "xyz" {+0}
ReedN, do you have an example?
If I use a #RAISE and do the text in an event it still has the same problem. (because it's still using the same thread, I believe)

#THREAD {#SAY hi}
works, but... I ...
  Topic: [3.05] #ALARM "xyz" {+0}
gmueller

Replies: 4
Views: 4881

PostForum: CMUD Beta Forum   Posted: Thu Mar 26, 2009 10:14 pm   Subject: [3.05] #ALARM "xyz" {+0}
background on this posting:
I have telnet triggers, which when used in conjunction with a #SAY command have the terminal ANSI codes appear on the screen instead of just inserting a piece of text on t ...
  Topic: Anti-robot code?
gmueller

Replies: 36
Views: 56735

PostForum: CMUD General Discussion   Posted: Mon Feb 16, 2009 9:34 pm   Subject: Anti-robot code?
it also looks like the columns are either just a simple right shift or left shift. in that case your distance function should average or weight the right shifted, and left shifted version of each enco ...
  Topic: Anti-robot code?
gmueller

Replies: 36
Views: 56735

PostForum: CMUD General Discussion   Posted: Mon Feb 16, 2009 9:19 pm   Subject: Anti-robot code?
since I didn't use the "code" tag it screwed up my spacing, but you get the idea.
  Topic: Anti-robot code?
gmueller

Replies: 36
Views: 56735

PostForum: CMUD General Discussion   Posted: Mon Feb 16, 2009 9:18 pm   Subject: Anti-robot code?
It looks like characters are 9 x 5 (rows x columns) what you can do is encode each number, and then use a "distance" function. the distance function just determines the distance between the encoded nu ...
  Topic: 3.03a CMUD Freezes
gmueller

Replies: 6
Views: 7316

PostForum: CMUD Beta Forum   Posted: Mon Jan 12, 2009 11:53 pm   Subject: 3.03a CMUD Freezes
Oh sorry about that. I didn't try it in the previous version of CMUD, I am running windows vista home premium. No other windows other than my session to aetolia, and the mapper configuration gui were ...
  Topic: 3.03a CMUD Freezes
gmueller

Replies: 6
Views: 7316

PostForum: CMUD Beta Forum   Posted: Mon Jan 12, 2009 10:22 pm   Subject: 3.03a CMUD Freezes
CMUD freezes when trying to reconfigure the mapper. When it tries to parse the [X] Room Name/[X] Room Description/[X] Room Exit. information.

I've tried it a couple times. One time I let it run fo ...
  Topic: subregex
gmueller

Replies: 1
Views: 3356

PostForum: CMUD General Discussion   Posted: Wed Jun 11, 2008 8:37 pm   Subject: subregex
Zugg, do you think you can make a case sensitive subregex command?
oh, and if you ever decide you'd do it, do you think you can get it to return 0 or n if it actually found n matches?

I.. would ho ...
  Topic: Events
gmueller

Replies: 1
Views: 3120

PostForum: CMUD General Discussion   Posted: Wed Jun 04, 2008 6:51 pm   Subject: Events
can you create the option for an event to be "disabled on startup"

this would be similar to the trigger option that does the same thing...
  Topic: dereferencing a local variable
gmueller

Replies: 13
Views: 13456

PostForum: CMUD General Discussion   Posted: Sun Sep 02, 2007 1:27 am   Subject: dereferencing a local variable
yeah the only problem with using the #VAR statement is that I'd have to know what the default value for the variable was before I'd overwrite it... and I don't think there's a function that retrieves ...
  Topic: [2.02] search filter
gmueller

Replies: 3
Views: 4603

PostForum: CMUD Beta Forum   Posted: Sat Sep 01, 2007 5:11 am   Subject: [2.02] search filter
Is there a way to have it only search when you hit a button instead of all the time? Once you've done your initial search you pretty much know which settings have the item in it.

EDIT: or you could ...
  Topic: dereferencing a local variable
gmueller

Replies: 13
Views: 13456

PostForum: CMUD General Discussion   Posted: Sat Sep 01, 2007 1:21 am   Subject: dereferencing a local variable
yes actually that works wonderfully!

is there a convenient way to assign values to the target of $temp?


some sort of %eval($temp) = 1

(this doesn't work however)
  Topic: dereferencing a local variable
gmueller

Replies: 13
Views: 13456

PostForum: CMUD General Discussion   Posted: Sat Sep 01, 2007 12:41 am   Subject: dereferencing a local variable
got it nevermind

#SAY %eval(%concat("@",$temp))

works
  Topic: [2.02] search filter
gmueller

Replies: 3
Views: 4603

PostForum: CMUD Beta Forum   Posted: Sat Sep 01, 2007 12:32 am   Subject: [2.02] search filter
I'm not sure if you'd classify this as a bug, a feature or just an annoyance.

the search filter seems to have ultimate precedence over editing.

If you have a word in the filter, such as %eval an ...
  Topic: dereferencing a local variable
gmueller

Replies: 13
Views: 13456

PostForum: CMUD General Discussion   Posted: Sat Sep 01, 2007 12:27 am   Subject: dereferencing a local variable
I still cant figure out how to do the #SAY operation.

#VAR varname 1
$temp = varname
#SAY %eval($temp)

outputs:
varname

%expand fails with temp variables.

not sure how else to do it.
  Topic: [2.01] #T-
gmueller

Replies: 3
Views: 5150

PostForum: CMUD Beta Forum   Posted: Thu Aug 30, 2007 5:57 pm   Subject: [2.01] #T-
yes that's the right value for that variable, sorry for neglecting it.

It works half of the time, but if you type it twice, it's not guaranteed to work both times. In fact I had it regularly workin ...
  Topic: [2.01] parsing error
gmueller

Replies: 4
Views: 4603

PostForum: CMUD Beta Forum   Posted: Thu Aug 30, 2007 6:30 am   Subject: [2.01] parsing error
It's hard to imagine that a hard return wouldnt be as effective as a hard return plus 2 spaces.
  Topic: [2.01] Search function
gmueller

Replies: 8
Views: 6813

PostForum: CMUD Beta Forum   Posted: Thu Aug 30, 2007 1:06 am   Subject: [2.01] Search function
when you select that you want the search option in the menu bar, and then close the editor it still defaults to no search option in the menu bar the next time you open the editor...
Is there an optio ...
  Topic: [2.01] #T-
gmueller

Replies: 3
Views: 5150

PostForum: CMUD Beta Forum   Posted: Thu Aug 30, 2007 12:51 am   Subject: [2.01] #T-
#ALIAS issued_set($param) {
$temp1 = %concat($param, "_issued")
$temp2 = %concat($param, "_issued_reset_alarm")
#ADD %eval($temp1) 1
...
  Topic: [2.01] #T-
gmueller

Replies: 3
Views: 5150

PostForum: CMUD Beta Forum   Posted: Wed Aug 29, 2007 10:20 pm   Subject: [2.01] #T-
#T- setting_name trigger

doesn't work for me... when setting_name is an #alarm.


I'll try to post an example later...
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net