Register to post in forums, or Log in to your existing account
 
:
Search found 23 matches for:
Page 1 of 1
Author Message
  Topic: help with a few triggers please
Buba

Replies: 2
Views: 4381

PostForum: zMUD General Discussion   Posted: Wed Apr 17, 2002 1:25 am   Subject: help with a few triggers please
Um Yea, Well you see in order to have a trigger you have to have something to trigger off of, Whats the output from your MUD that says whether you need to rest or not, What does the room description l ...
  Topic: Timer
Buba

Replies: 5
Views: 9273

PostForum: zMUD General Discussion   Posted: Fri Apr 12, 2002 3:23 am   Subject: Timer
You could try looking in the help files for the #ALARM command, this might be better than the timer in your situation.

  Topic: Difficult Trigger problem. Solution Appreciated.
Buba

Replies: 13
Views: 14079

PostForum: zMUD General Discussion   Posted: Fri Apr 12, 2002 3:22 am   Subject: Difficult Trigger problem. Solution Appreciated.
Well, You could Trigger off the Horror overcomes you as blindness sets in, Or does he only 'fake' the attack one time each fight or several times? Is the Fake attack always say the same thing after Bo ...
  Topic: Layout And Capture Questions
Buba

Replies: 3
Views: 5188

PostForum: zMUD General Discussion   Posted: Sun Apr 07, 2002 5:42 pm   Subject: Layout And Capture Questions
well if thats what cap 3 does how do i get it to capture the 2 lines AFTER the triggering pattern?

  Topic: #GAG issue with return characters
Buba

Replies: 8
Views: 10882

PostForum: zMUD General Discussion   Posted: Sun Apr 07, 2002 2:32 am   Subject: #GAG issue with return characters
quote:
According to the helpfile "Pattern Matching" the blank-line pattern is officially $.
quote:To match a blank line, use the $ pattern by itself.
Don't ask me to explain why, though. ...
  Topic: Layout And Capture Questions
Buba

Replies: 3
Views: 5188

PostForum: zMUD General Discussion   Posted: Sun Apr 07, 2002 2:14 am   Subject: Layout And Capture Questions
I know how to Lock my Layout once i have it but if i close down zmud then restart it i want it to stay the same...is there any way to do this? when i do it the Lock stays on but the windows go back to ...
  Topic: Status Window
Buba

Replies: 10
Views: 10850

PostForum: zMUD General Discussion   Posted: Sat Apr 06, 2002 6:19 pm   Subject: Status Window
How would I ensure that the focus is on the right window when its cleared, theres not gonna be anything really in the child window i can trigger off of to clear it right before its refreshes @players. ...
  Topic: ALARMS
Buba

Replies: 1
Views: 3526

PostForum: zMUD General Discussion   Posted: Sat Apr 06, 2002 6:10 pm   Subject: ALARMS
How would I set an alarm to go off every 2 minutes i cant quite get it from the help files.

  Topic: Status Window
Buba

Replies: 10
Views: 10850

PostForum: zMUD General Discussion   Posted: Sat Apr 06, 2002 1:29 am   Subject: Status Window
OK i figured out how to do the Child WIndow and the docking part works, 2 questions now...
if im displaying @players and replacing | with %cr so that each player is on a new line, the list wont refre ...
  Topic: Status Window
Buba

Replies: 10
Views: 10850

PostForum: zMUD General Discussion   Posted: Sat Apr 06, 2002 1:13 am   Subject: Status Window
yes would like to try the child window, if it doesnt work i can always go back how would i do it?

  Topic: Status Window
Buba

Replies: 10
Views: 10850

PostForum: zMUD General Discussion   Posted: Sat Apr 06, 2002 12:18 am   Subject: Status Window
I think i might want to do it in a child window, I have no problem storing the names to a variable that i call @players, i i display it in the status window simply one name on each line, explain to me ...
  Topic: Status Window
Buba

Replies: 10
Views: 10850

PostForum: zMUD General Discussion   Posted: Fri Apr 05, 2002 4:20 pm   Subject: Status Window
Is there anyway to add scroll bars to a status window? Or am I just dreaming?

  Topic: Adding to a Var
Buba

Replies: 1
Views: 3232

PostForum: zMUD General Discussion   Posted: Fri Apr 05, 2002 3:28 pm   Subject: Adding to a Var
In my MUD i get output like:
>qw

Apaputter Bront Chigins Darksaber Dealer Ditzy Dougall
Frogfur Galadriel Iculinejr Imperat ...
  Topic: Continuos List
Buba

Replies: 9
Views: 9701

PostForum: zMUD General Discussion   Posted: Fri Apr 05, 2002 2:14 am   Subject: Continuos List
Hmm...Status window you mean by the Status line directly above the command line?

  Topic: FORALL into a #PICK List
Buba

Replies: 3
Views: 5080

PostForum: zMUD General Discussion   Posted: Fri Apr 05, 2002 2:11 am   Subject: FORALL into a #PICK List
Well that is so handy I would have never thought of that, next question what if i still want a title for the PICK window
like
#PICK {p:Pick the user}
Do i just add {@StringVar} to the end? I can p ...
  Topic: FORALL into a #PICK List
Buba

Replies: 3
Views: 5080

PostForum: zMUD General Discussion   Posted: Thu Apr 04, 2002 8:50 pm   Subject: FORALL into a #PICK List
I want to transfer everything in a String Var into a Pick list
The problem here is there could be anywhere between 30 and 100 items in the string variable...

I know i could do...
#FORALL @StringV ...
  Topic: Continuos List
Buba

Replies: 9
Views: 9701

PostForum: zMUD General Discussion   Posted: Thu Apr 04, 2002 7:58 pm   Subject: Continuos List
In my MUD I get a report like this:
SPYNET REPORT: Baroness Ellyon has left Federation DataSpace.

everytime someone comes in/out of the game, what I want to do is somehow on the side of the output ...
  Topic: Logging
Buba

Replies: 1
Views: 3298

PostForum: zMUD General Discussion   Posted: Thu Apr 04, 2002 4:43 pm   Subject: Logging
Im Trying to Find a way to write the #SAY command to a file
meaning if i have my script execute
#SAY This is the Underground
I was This is the Underground to be written to a file but im not finding ...
  Topic: using ; to break commands and databases
Buba

Replies: 1
Views: 3445

PostForum: zMUD General Discussion   Posted: Fri Mar 29, 2002 9:48 pm   Subject: using ; to break commands and databases
i have this...

#pr templink "Enter Directions to Link, If none leave Blank, Seperate Directions with a Blank, Like e w s"
@templink = %replace( @templink, " ", ";") ...
  Topic: FORALL command
Buba

Replies: 6
Views: 7546

PostForum: zMUD General Discussion   Posted: Fri Mar 29, 2002 8:58 pm   Subject: FORALL command
Nevermind FIgured it all out

  Topic: FORALL command
Buba

Replies: 6
Views: 7546

PostForum: zMUD General Discussion   Posted: Fri Mar 29, 2002 8:49 pm   Subject: FORALL command
this sounds like a decent method, adding 1 to a variable each time it goes thru the forall is not a big deal but how can i write something that finds out exactly how many elements there are in the @ta ...
  Topic: FORALL command
Buba

Replies: 6
Views: 7546

PostForum: zMUD General Discussion   Posted: Fri Mar 29, 2002 8:40 pm   Subject: FORALL command
Ive got a simple Forall command like:
#forall @targets {
cp @commod %proper( %i)
}

My problem is After this has run, which depending on Lag and how many targets you have set could take from 1 ...
  Topic: Matching Multi-Line Patterns
Buba

Replies: 3
Views: 4837

PostForum: zMUD General Discussion   Posted: Wed Mar 27, 2002 9:02 pm   Subject: Matching Multi-Line Patterns
How would I match multiple lines to a pattern for instance if i had output

You Say, "Hi"
Jack Says, "Hi"

how do i make a trigger that only activates when that exact 2 lines ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net