Register to post in forums, or Log in to your existing account
 
:
Search found 19 matches for:
Page 1 of 1
Author Message
  Topic: formatting variables in an echo
surge4883@yahoo.com

Replies: 1
Views: 3546

PostForum: zMUD General Discussion   Posted: Tue Sep 14, 2010 7:30 pm   Subject: formatting variables in an echo
I decided to make a script that would track all the potions I carry and the reagents I use for my spells. The script works great and it tracks everything correctly. The issue I'm having is small, bu ...
  Topic: gag deleting lines
surge4883@yahoo.com

Replies: 7
Views: 7949

PostForum: zMUD General Discussion   Posted: Sat Sep 11, 2010 5:17 am   Subject: gag deleting lines
Matt, I don't understand what you mean about the ^
Do I put it with the #GA, or do I put it at the beginning of all of the trigger syntaxes?

and Char, I actually updated an older version of the co ...
  Topic: gag deleting lines
surge4883@yahoo.com

Replies: 7
Views: 7949

PostForum: zMUD General Discussion   Posted: Fri Sep 10, 2010 6:44 pm   Subject: gag deleting lines
the spacing is all off in the quoted selection, but I don't think that should make a big difference.
  Topic: gag deleting lines
surge4883@yahoo.com

Replies: 7
Views: 7949

PostForum: zMUD General Discussion   Posted: Fri Sep 10, 2010 6:42 pm   Subject: gag deleting lines

#ALIAS checkpla {resetpla;#CLASS gagusers 1;users;#GA -1;#ala +2 {#CLASS gagusers 0};#ala warcheckin +10 {checkpla}}

#CLASS {warcheck|gagusers}
#TRIGGER {o--------------------------------------- ...
  Topic: gag deleting lines
surge4883@yahoo.com

Replies: 7
Views: 7949

PostForum: zMUD General Discussion   Posted: Fri Sep 10, 2010 5:44 am   Subject: gag deleting lines
I have an enemy tracker that checks users every 10 seconds. It gags each line from users and it gags the command users

The issue is, each time it runs, it also deletes the line above it. This mea ...
  Topic: %btncol
surge4883@yahoo.com

Replies: 4
Views: 6284

PostForum: zMUD General Discussion   Posted: Mon Sep 06, 2010 9:11 pm   Subject: %btncol
nvm I was able to figure it out

thanks for the help
  Topic: %btncol
surge4883@yahoo.com

Replies: 4
Views: 6284

PostForum: zMUD General Discussion   Posted: Mon Sep 06, 2010 9:03 pm   Subject: %btncol
ok I found in the advanced settings that I can set an ID
Now I have an alias that resets my ward inside it it currently says this

#NOOP %btncol( @wardstype, white, black)
where in there would I ...
  Topic: %btncol
surge4883@yahoo.com

Replies: 4
Views: 6284

PostForum: zMUD General Discussion   Posted: Sat Sep 04, 2010 5:03 pm   Subject: %btncol
I am having trouble with the btncol function. I have a button that I want to change colors when I enter a certain command.

#NOOP %btncol( @Wardstype, white, black)

The button's name is @Wards ...
  Topic: zmud freezing at max buffer
surge4883@yahoo.com

Replies: 0
Views: 3052

PostForum: zMUD General Discussion   Posted: Mon Aug 09, 2010 4:52 am   Subject: zmud freezing at max buffer
Does anyone know how to stop zmud from freezing when it reaches that maximum buffer size?

I have the memory set to the maximum, and when it reaches it, the screen no longer refreshes itself. I hav ...
  Topic: color inside an ECHO or SAY
surge4883@yahoo.com

Replies: 1
Views: 3642

PostForum: zMUD General Discussion   Posted: Sun Aug 08, 2010 8:06 pm   Subject: color inside an ECHO or SAY
I frequently make menus for my scripts. I use the #ECHO command to make these menus popup.

Anyway, the question is how do I make things color in an echo?

anything I try just goes into the ech ...
  Topic: nested if statements
surge4883@yahoo.com

Replies: 4
Views: 6621

PostForum: zMUD General Discussion   Posted: Sat Aug 07, 2010 10:08 pm   Subject: nested if statements
oh nvm I found the error... There needs to be a second ) before the {#echo
  Topic: nested if statements
surge4883@yahoo.com

Replies: 4
Views: 6621

PostForum: zMUD General Discussion   Posted: Sat Aug 07, 2010 10:06 pm   Subject: nested if statements
I tried using the ismember idea you gave me, but it is saying syntax error under the {#echo The hanged man located!}

#if (%ismember("%1","The Hanged Man|The Hanged Man ~(reversed~)") {#echo The Han ...
  Topic: nested if statements
surge4883@yahoo.com

Replies: 4
Views: 6621

PostForum: zMUD General Discussion   Posted: Sat Aug 07, 2010 10:01 pm   Subject: nested if statements
Once I get this to work, the next issue is I have a list of about 12 cards I want to keep my eye out for. I have them all stored in a stringlist, but how do I make a trigger to match items in the str ...
  Topic: nested if statements
surge4883@yahoo.com

Replies: 4
Views: 6621

PostForum: zMUD General Discussion   Posted: Sat Aug 07, 2010 8:51 pm   Subject: nested if statements
I am having an issue getting this trigger to function correctly. I have a tarot card and I want the first card drawn to be the Hanged man, either reversed or regular.


You flip the first tarot ...
  Topic: capturing a sting with a trigger
surge4883@yahoo.com

Replies: 2
Views: 4338

PostForum: zMUD General Discussion   Posted: Wed Aug 04, 2010 4:47 am   Subject: capturing a sting with a trigger
Here is the mud output I'm working with

Current Sites
~~~~~~~~~~~~~~~~~~~~~~~~~
[00]: Mage Guild - Research and Tutelage
[01]: The Astarian Library
[02]: The Royal Counting House of Astar ...
  Topic: variable matrix
surge4883@yahoo.com

Replies: 6
Views: 7624

PostForum: zMUD General Discussion   Posted: Sun Aug 01, 2010 7:07 am   Subject: variable matrix
if I have a matrix that looks like this

x x x x
x x y x
x x x x

how do I change the y to an x using a trigger?
  Topic: variable matrix
surge4883@yahoo.com

Replies: 6
Views: 7624

PostForum: zMUD General Discussion   Posted: Sat Jul 31, 2010 3:57 pm   Subject: variable matrix
thanks! I managed to almost finish what I was working on. I hit one last snag though...

How do I change values in that nested string. I am able to use loops to print the matrix to my screen and ...
  Topic: variable matrix
surge4883@yahoo.com

Replies: 6
Views: 7624

PostForum: zMUD General Discussion   Posted: Sat Jul 31, 2010 4:58 am   Subject: variable matrix
Thanks! For what I need, I don't need it to be easy to read so I think I'm going to go with the nested stringlist.

So my next question is, if I need to get to the 15th item in the 1st slot, how wo ...
  Topic: variable matrix
surge4883@yahoo.com

Replies: 6
Views: 7624

PostForum: zMUD General Discussion   Posted: Fri Jul 30, 2010 11:58 pm   Subject: variable matrix
I am writing a script which requires a 2-dimensional array.

I need to be able to populate a matrix in zmud using x1,y1 x1,y2 etc

However, so far I've only been able to figure out how to make ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net