Register to post in forums, or Log in to your existing account
 
:
Search found 22 matches for:
Page 1 of 1
Author Message
  Topic: Is the Google Search on the forum broken?
myrison

Replies: 16
Views: 34903

PostForum: Website or Forum problems   Posted: Mon Oct 29, 2007 8:08 pm   Subject: Is the Google Search on the forum broken?
Thanks guys, this solved my problem. It appears the google search needs some serious tweaking.
  Topic: Variable Expansion in #SUB Trigger
myrison

Replies: 2
Views: 5778

PostForum: zMUD General Discussion   Posted: Mon Oct 29, 2007 7:59 pm   Subject: Variable Expansion in #SUB Trigger
Why not just use the ability of triggers to make use of the list directly?
#TRIGGER {({@varlist})} {#SUB {%1 TEST TEXT TO SUB}}Obviously a case of a super over-complication of something rather simple ...
  Topic: Variable Expansion in #SUB Trigger
myrison

Replies: 2
Views: 5778

PostForum: zMUD General Discussion   Posted: Mon Oct 29, 2007 7:30 pm   Subject: Variable Expansion in #SUB Trigger
Hi all,

I am having trouble with writing a trigger that creates a #SUB command. Within the #SUB command, I want to expand a variable from a varlist that is kept in ZMUD, but all I can get it to do ...
  Topic: Is the Google Search on the forum broken?
myrison

Replies: 16
Views: 34903

PostForum: Website or Forum problems   Posted: Mon Oct 29, 2007 6:24 pm   Subject: Is the Google Search on the forum broken?
Every time I try to search for anything I get a blank page of google results in a new window. It does not appear to be working correctly. Is there something I should be doing differently to make the ...
  Topic: Matching values within room script and room variables
myrison

Replies: 1
Views: 5306

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 9:40 pm   Subject: Matching values within room script and room variables
I actually wasn't far off in where I was going with the script. The problem was not knowing how to use %i versus %j due to the nested loop statements, which I eventually uncovered in one of the old po ...
  Topic: Matching values within room script and room variables
myrison

Replies: 1
Views: 5306

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 3:43 pm   Subject: Matching values within room script and room variables
Hi all.

I am trying to improve my herb scripter, which uses herb names that are assigned to room specific variables using the room script commands.

For example, rooms with herbs have the followi ...
  Topic: Lost conc trigger
myrison

Replies: 5
Views: 11902

PostForum: zMUD General Discussion   Posted: Fri Apr 06, 2007 1:17 pm   Subject: Lost conc trigger
Suggestion:

Make a command input trigger with the following pattern:
Pattern: ^cast (*)$
Value: #VAR lastspell {%1}

This will capture the variable only when you type "cast <spellname>". ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Wed Mar 28, 2007 10:37 pm   Subject: Storing multiline output with commas to a string list
Sorry about that, my Zmud went a little haywire on me the first time and when I quit out of it and started anew with the code you posted it worked like a charm. Again, the assistance is very very muc ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Wed Mar 28, 2007 2:26 am   Subject: Storing multiline output with commas to a string list
Arminas, thank you for the update. I grasped what you were pointing at before, but obviously not completely. I now see what you are trying to do, and the updated code did the trick.

Thanks to you ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Tue Mar 27, 2007 9:35 pm   Subject: Storing multiline output with commas to a string list
#SHOW %concat("Joe|Mike|Bobby","|",%subchar("Akthar, Alexi, Alorrana, Altar, Argor, Arien.",", .","|"))

#var names {"Joe| ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Tue Mar 27, 2007 9:01 pm   Subject: Storing multiline output with commas to a string list
Well, one simple workaround you could use is something like this:

#trig "NameCap" {^(*)$} {#forall %replace(%replace(%1,",")," ","|") {#additem NameList %i}}

Not very neat, but it should work.
...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Tue Mar 27, 2007 8:17 pm   Subject: Storing multiline output with commas to a string list
I suppose it is somewhat comforting that I wasn't missing anything overly simple, but that doesn't make it any less frustrating.
#var remember_namelist %replace( "Akthar, Alexi, Alorrana, ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Tue Mar 27, 2007 7:19 pm   Subject: Storing multiline output with commas to a string list
Thank you for the help. Your code looks similar to my efforts as well, and it appears the commas in the lists of names are creating problems with the parsing. Using your code, it starts by capturing ...
  Topic: Storing multiline output with commas to a string list
myrison

Replies: 13
Views: 20069

PostForum: zMUD General Discussion   Posted: Tue Mar 27, 2007 4:30 pm   Subject: Storing multiline output with commas to a string list
Hi all... after two hours of hair-pulling, I am turning to the experts for help.

My MUD outputs the following text to tell you whom you have previously met. I would like to store these names into ...
  Topic: Reset Single Variable to Default Value
myrison

Replies: 3
Views: 6924

PostForum: zMUD General Discussion   Posted: Sat Jan 27, 2007 6:06 pm   Subject: Reset Single Variable to Default Value
Thank you for the reply. I was hoping for a nifty command like you mentioned, but I can make it work this way as well.
  Topic: Reset Single Variable to Default Value
myrison

Replies: 3
Views: 6924

PostForum: zMUD General Discussion   Posted: Fri Jan 26, 2007 2:29 pm   Subject: Reset Single Variable to Default Value
Hi all. I'm familiar with the #reset command to reset certain classes to their default, but is there a way to reset an individual variable to its default Question

Thank you.
  Topic: Dynamically Generated Variable Names
myrison

Replies: 2
Views: 6097

PostForum: zMUD General Discussion   Posted: Tue Jan 23, 2007 3:45 pm   Subject: Dynamically Generated Variable Names
Thank you Larkin, exactly what I needed. It's often the simple things that can make you the most frustrated, thanks for saving me more hair pulling.
  Topic: Dynamically Generated Variable Names
myrison

Replies: 2
Views: 6097

PostForum: zMUD General Discussion   Posted: Tue Jan 23, 2007 1:24 pm   Subject: Dynamically Generated Variable Names
Hi all, once again, I'm a bit stuck, and turning to all of the experts here for assistance. Thank you in advance for the help in reviewing this.

I am trying to return the values of dynamically gen ...
  Topic: Set map room color with trigger?
myrison

Replies: 3
Views: 9605

PostForum: zMUD General Discussion   Posted: Mon Nov 13, 2006 4:23 pm   Subject: Set map room color with trigger?
Thank you for the help. Your script did the trick. Below is the finished code for anyone who wants to do something similar.
#NOOP %maplocked( 0)
#CALL %roomcom(,"")
#NOO ...
  Topic: Set map room color with trigger?
myrison

Replies: 3
Views: 9605

PostForum: zMUD General Discussion   Posted: Sun Nov 12, 2006 9:40 pm   Subject: Set map room color with trigger?
Hi all, does anyone know if you can set a trigger to change the appearance (color) of a room on the map based on an event in the MUD? If so, I would appreciate a tip on how to do so.

Thank you.
  Topic: Using Room Scripts and %roomcom
myrison

Replies: 2
Views: 6102

PostForum: zMUD General Discussion   Posted: Sat Nov 11, 2006 2:46 am   Subject: Using Room Scripts and %roomcom
Thanks so much for the quick reply. This code does the trick.

Also, for anyone else who runs across this problem, I also found through trial and error that the map must be in "map" mode for the ...
  Topic: Using Room Scripts and %roomcom
myrison

Replies: 2
Views: 6102

PostForum: zMUD General Discussion   Posted: Fri Nov 10, 2006 5:21 pm   Subject: Using Room Scripts and %roomcom
Hi all. I use a room script to store variables with the names of the herbs that can be found in that room. These change regularly, and I want to completely remove the room script upon a certain outp ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net