Author |
Message |
Topic: Child windows, #CAP, and auto-hide! |
rtatum
Replies: 2
Views: 4306
|
Forum: CMUD General Discussion Posted: Thu Oct 02, 2008 4:12 pm Subject: Child windows, #CAP, and auto-hide! |
So I have a little chat box at the top of my window, like many other people, I'm sure... and it captures OOC, says, tells, yadda yadda yadda... here's what I was wondering!
If I set the window to a ... |
Topic: Sending text to a child window |
rtatum
Replies: 2
Views: 4439
|
Forum: CMUD General Discussion Posted: Sat Sep 20, 2008 5:15 am Subject: Sending text to a child window |
Ah, #CAP... I kept looking at #WIN and couldn't figure out how to make it work... all along I was looking for a different command, thanks much |
Topic: Sending text to a child window |
rtatum
Replies: 2
Views: 4439
|
Forum: CMUD General Discussion Posted: Sat Sep 20, 2008 4:59 am Subject: Sending text to a child window |
I know it's been asked before, and I used to know how to do it, but it's been a long time, and I don't know if I'm doing it right on cMud, but how do I funnel all of the...
"Johndoe tells you, "Blah ... |
Topic: Newline/prompt triggers? |
rtatum
Replies: 1
Views: 4630
|
Forum: CMUD Beta Forum Posted: Thu Jun 29, 2006 5:16 am Subject: Newline/prompt triggers? |
I've not been able to get a trigger to fire on prompt, any suggestions?
In fact, I haven't been able to get any of my triggers to fire, even simple ones... |
Topic: Lists |
rtatum
Replies: 2
Views: 3904
|
Forum: zMUD General Discussion Posted: Thu Feb 23, 2006 11:04 pm Subject: Lists |
#VAR mobName {agent|data entry|sniper}
#VAR mobCurrent 1
#VAR mobFailed 0
#TRIGGER {^(*) arrives suddenly.} {#VAR mobFailed 0;#TEMP summonkilling {^(*) has been DEFEATED!$} {c summon %item(@mobName ... |
Topic: Lists |
rtatum
Replies: 2
Views: 3904
|
Forum: zMUD General Discussion Posted: Thu Feb 23, 2006 8:26 pm Subject: Lists |
Okay, I want to have a list of mobs, say, like this for example:
#VAR mobName {dog|cat|bird|fish}
so that I can have a trigger set up to do something like:
c summon @mobName.1
So it would ... |
Topic: Local echo |
rtatum
Replies: 4
Views: 8319
|
Forum: zMUD General Discussion Posted: Sun Feb 19, 2006 12:43 am Subject: Local echo |
Is there a way to make it so that certain triggers don't local echo, but everything else does? |
Topic: Trigger help |
rtatum
Replies: 2
Views: 4090
|
Forum: zMUD General Discussion Posted: Tue Feb 07, 2006 3:20 am Subject: Trigger help |
I know this is a seemlingly simple problem, but I've been searching help files, and I can't figure out a way to check if the first "word" is a, and if it is, to ignore it |
Topic: Trigger help |
rtatum
Replies: 2
Views: 4090
|
Forum: zMUD General Discussion Posted: Mon Feb 06, 2006 11:23 pm Subject: Trigger help |
I want to set up a trigger to fire on "You reveal <Stuff here>" But the problem is the stuff can be anywhere from one to three words, possibly more... I don't know the best way to get this done. ... |
Topic: Simple trigger |
rtatum
Replies: 1
Views: 3034
|
Forum: zMUD General Discussion Posted: Tue Jan 24, 2006 2:39 am Subject: Simple trigger |
So I'm trying to make a simple trigger to respond yes or no to stat generation on a mud...
Basically I want it to say n or no until all stats generated are over 20, at which point it says yes, but ... |
Topic: Database variable math possible? |
rtatum
Replies: 6
Views: 7195
|
Forum: zMUD General Discussion Posted: Tue Sep 13, 2005 6:44 am Subject: Database variable math possible? |
Got it working, and for future reference, what would the easier way have been? |
Topic: Database variable math possible? |
rtatum
Replies: 6
Views: 7195
|
Forum: zMUD General Discussion Posted: Tue Sep 13, 2005 5:24 am Subject: Database variable math possible? |
Hate to ask so many questions, but is there a way then to take the database variable, and have it output it to the mud in a say command in this format:
say Fishkey1: Value Fishkey2: Value Fishkey3: ... |
Topic: Database variable math possible? |
rtatum
Replies: 6
Views: 7195
|
Forum: zMUD General Discussion Posted: Tue Sep 13, 2005 3:14 am Subject: Database variable math possible? |
Is it possible to increment the value of a key in a database variable somehow?
Basically I'm trying to keep a list of fish cought, and how many...
So I get a message like "You reel - a pike - ou ... |
Topic: Simple command alias |
rtatum
Replies: 1
Views: 3545
|
Forum: zMUD General Discussion Posted: Tue Aug 23, 2005 7:41 pm Subject: Simple command alias |
Okay, say I want to make a command called test with anywhere from no parameters with no upper limit, or at least a large one...
For example, I'd like to be able to type test, and have it send just ... |
Topic: Simple spellup script |
rtatum
Replies: 0
Views: 2681
|
Forum: zMUD General Discussion Posted: Sun Apr 10, 2005 2:39 am Subject: Simple spellup script |
I want to make a simple script... here's what I want it to do, and I just need a bit of help
I want a variable of some sort to contain a list of spell names containing one or more words, i.e. sanct ... |
Topic: Reading from a .txt file |
rtatum
Replies: 1
Views: 3133
|
Forum: zMUD General Discussion Posted: Wed Jan 26, 2005 6:48 pm Subject: Reading from a .txt file |
I know about the #READ command, but I don't want it to go through and execute every line of a file, I want zMud to read one line from a .txt file, and I want to use it in a trigger or store it to a va ... |
Topic: If something is equal to... |
rtatum
Replies: 3
Views: 4928
|
Forum: zMUD General Discussion Posted: Sat Oct 30, 2004 6:39 pm Subject: If something is equal to... |
I didn't even think about using ismember, oh well, I did it the long way, but it works fine, thanks Vijilante |
Topic: Upgrading a scipt, need advice |
rtatum
Replies: 4
Views: 5738
|
Forum: zMUD General Discussion Posted: Sat Oct 30, 2004 4:25 am Subject: Upgrading a scipt, need advice |
For those that are interested, or for those who see blatant errors and whatnot, here is the finished version of the updated script, comments are welcome, and if you see where I can improve, let me kno ... |
Topic: If something is equal to... |
rtatum
Replies: 3
Views: 4928
|
Forum: zMUD General Discussion Posted: Sat Oct 30, 2004 1:57 am Subject: If something is equal to... |
What's the proper way of doing a check to see if something is equal to a, or b, or c...I've tried a few things like
#IF ("%1"=a|b|c) {Then do stuff} {Else this stuff}
But it didn't seem to work. ... |
Topic: Upgrading a scipt, need advice |
rtatum
Replies: 4
Views: 5738
|
Forum: zMUD General Discussion Posted: Sat Oct 30, 2004 1:40 am Subject: Upgrading a scipt, need advice |
Okay, the question above still stands, but I've started converting the alias to use multiple variables to store the coordinates so I can organize them, but I was wondering if there is a way to give a ... |
Topic: Upgrading a scipt, need advice |
rtatum
Replies: 4
Views: 5738
|
Forum: zMUD General Discussion Posted: Fri Oct 29, 2004 9:24 pm Subject: Upgrading a scipt, need advice |
Hmm, no, sort is only for string lists and the like, not a DB variable, I tried, but thank you
Also... I was wondering if it were possible to modify the "store" section of the above alias to accept ... |
Topic: Upgrading a scipt, need advice |
rtatum
Replies: 4
Views: 5738
|
Forum: zMUD General Discussion Posted: Fri Oct 29, 2004 1:33 am Subject: Upgrading a scipt, need advice |
I've got an alias to store and access coordinates that I made using parts of a script nexela had made, and the list of coordinates I've got now is quite long, 44+ entries now... and I've been ponderin ... |
Topic: Help with an alias for modifying a variable, et cetera |
rtatum
Replies: 5
Views: 5405
|
Forum: zMUD General Discussion Posted: Thu Oct 28, 2004 10:26 pm Subject: Help with an alias for modifying a variable, et cetera |
#IF ("%1"="off") {
ooc=0
#ECHO OOC turned off.
}
#IF ("%1"="on") {
ooc=1
#ECHO OOC turned on.
}
#IF ((@ooc="0") & ("%1"!="on" OR "%1"!="off" ) & (%numwords( %-1)>1)) {#E ... |
Topic: Help with an alias for modifying a variable, et cetera |
rtatum
Replies: 5
Views: 5405
|
Forum: zMUD General Discussion Posted: Thu Oct 28, 2004 8:58 pm Subject: Help with an alias for modifying a variable, et cetera |
The channel OOC sometimes gets a bit spammy, so I like to turn it off... I wrote a simple alias to do this, but I need help fitting something into it
#IF ("%1"="off") {
ooc=0
#ECHO OOC turned ... |
Topic: Idea for a script, need help though |
rtatum
Replies: 4
Views: 4487
|
Forum: zMUD General Discussion Posted: Wed Oct 27, 2004 6:25 am Subject: Idea for a script, need help though |
Thanks for the help Danlo, just what I needed |
|