Author |
Message |
Topic: #temp and local variables |
diehard2k0
Replies: 6
Views: 13558
|
Forum: CMUD General Discussion Posted: Thu May 16, 2013 8:43 pm Subject: #temp and local variables |
All I'm trying to get at is that the trigger worked before. Doing that would create a new trigger with whatever $startroom would be. I use that to cut down on clutter of variables and triggers since ... |
Topic: #temp and local variables |
diehard2k0
Replies: 6
Views: 13558
|
Forum: CMUD General Discussion Posted: Thu May 16, 2013 2:20 am Subject: #temp and local variables |
Sorry, forgot to add the $ to that, but it was setup correctly, and worked on 2.37. But here on 3.34 it just makes a new trigger with Pattern = $startroom. I've tried it again and it still does tha ... |
Topic: #temp and local variables |
diehard2k0
Replies: 6
Views: 13558
|
Forum: CMUD General Discussion Posted: Wed May 15, 2013 11:21 pm Subject: #temp and local variables |
I have a trigger, that worked perfect on 2.37, but now on 3.34 it wont work. With some modification i got it to work though, but would like to know if this is a bug or a change
Old
startroom = ... |
Topic: Anyone wanna help? |
diehard2k0
Replies: 3
Views: 5607
|
Forum: CMUD General Discussion Posted: Fri Jan 07, 2011 7:09 am Subject: Anyone wanna help? |
Is there a way to go from cmud script back to zmud script cause i already deleted all the old zmud stuff. It's all in XML now. |
Topic: Anyone wanna help? |
diehard2k0
Replies: 3
Views: 5607
|
Forum: CMUD General Discussion Posted: Thu Jan 06, 2011 9:00 pm Subject: Anyone wanna help? |
Ok, i wrote a casino script for zmud way back in the day (pretty archaic) I rewrote it for cmud when it first started too (still archaic). I'm not the BEST in the world at making scripts simple (o ... |
Topic: Capture every command sent? |
diehard2k0
Replies: 4
Views: 6730
|
Forum: CMUD General Discussion Posted: Tue Dec 07, 2010 4:52 am Subject: Capture every command sent? |
Is there a way this can be redone to only take commands i send the mud, and not triggers? |
Topic: Capture every command sent? |
diehard2k0
Replies: 4
Views: 6730
|
Forum: CMUD General Discussion Posted: Mon Dec 06, 2010 10:23 am Subject: Re: Capture every command sent? |
Thanks a million. |
Topic: Capture every command sent? |
diehard2k0
Replies: 4
Views: 6730
|
Forum: CMUD General Discussion Posted: Mon Dec 06, 2010 5:13 am Subject: Capture every command sent? |
Is there a way i can capture the first word of every command i send?
Like if it 'tell BLAH this or that' it will store 'tell' into a variable
then if i 'mount horse' it will replace 'tell' with ... |
Topic: Logging |
diehard2k0
Replies: 7
Views: 15015
|
Forum: CMUD Beta Forum Posted: Sat Jul 04, 2009 8:38 pm Subject: Logging |
Yes it is. Pull up your package editor, click on the window you want to put the trigger in on the left, then put the trigger under there. |
Topic: Error Report |
diehard2k0
Replies: 8
Views: 10934
|
Forum: CMUD Beta Forum Posted: Fri Jul 03, 2009 11:17 pm Subject: Error Report |
It's part of a whole script. It's just an attempt at creating 'texas hold 'em poker' for my mud using triggers. I am probably gonna just scrap the project and start over, hopefully correcting the is ... |
Topic: Error Report |
diehard2k0
Replies: 8
Views: 10934
|
Forum: CMUD Beta Forum Posted: Fri Jul 03, 2009 3:44 am Subject: Error Report |
Ok. It's not what i thought it was. Maybe it's something with my script, or something else. I keep getting different stuff like :
List index out of bounds (200).
List index out of bounds (274).
... |
Topic: Error Report |
diehard2k0
Replies: 8
Views: 10934
|
Forum: CMUD Beta Forum Posted: Thu Jul 02, 2009 8:13 pm Subject: Error Report |
Thing is, it's not all triggers, i use a bunch of alias's so i can have one fire off another without sending input to the mud. However, i think i solved it by rebooting my computer. I haven't gotten ... |
Topic: Error Report |
diehard2k0
Replies: 8
Views: 10934
|
Forum: CMUD Beta Forum Posted: Thu Jul 02, 2009 3:17 pm Subject: Error Report |
Sorry Fang. But it's not really a bug. It's a crash. It happened when one of my triggers fired off, not sure which cause i got so many. I am attempting to isolate it, but it has happened many time ... |
Topic: Error Report |
diehard2k0
Replies: 8
Views: 10934
|
Forum: CMUD Beta Forum Posted: Thu Jul 02, 2009 5:19 am Subject: Error Report |
Do i post the error reports here, or who do i mail them to? CMUD Beta 3.08 |
Topic: shorten scripts |
diehard2k0
Replies: 1
Views: 4252
|
Forum: CMUD General Discussion Posted: Wed Jul 01, 2009 3:04 am Subject: shorten scripts |
Solved. |
Topic: shorten scripts |
diehard2k0
Replies: 1
Views: 4252
|
Forum: CMUD General Discussion Posted: Tue Jun 30, 2009 3:30 pm Subject: shorten scripts |
Ok. First off i ain't the greatest person when it comes to making scripts, but i like having fun with them. My thing is, the scripts i write are usually long.
The one i am working on now is for 'Te ... |
Topic: COM Objects |
diehard2k0
Replies: 0
Views: 3365
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 5:18 pm Subject: COM Objects |
First off, let me say i know very very little about these, nor do i know anything about perl.
http://forums.zuggsoft.com/forums/viewtopic.php?t=13546
I followed that to the letter and got it to ... |
Topic: Question about var's |
diehard2k0
Replies: 3
Views: 6392
|
Forum: CMUD General Discussion Posted: Mon Jan 26, 2009 5:08 am Subject: Question about var's |
Thanks. that worked. I been stressing for like a week try'n to figure it out. it was something that simple. |
Topic: Question about var's |
diehard2k0
Replies: 3
Views: 6392
|
Forum: CMUD General Discussion Posted: Mon Jan 26, 2009 4:53 am Subject: Question about var's |
In zmud, i could make a trigger pull an alias like this
@var%2
eg %2=red ---> @varred
Cmud doesn't let this happen. It will pull @var and add red to the end of it. How can i make it work? |
Topic: bug with #waitfor |
diehard2k0
Replies: 2
Views: 4945
|
Forum: CMUD General Discussion Posted: Sun Aug 24, 2008 11:02 pm Subject: bug with #waitfor |
Just letting it be known about the bug with #waitfor Not really an issue or anything
When i do #waitfor and the timeout timer times out, but at the same time it times out, the string comes up, it c ... |
Topic: Capture Windows |
diehard2k0
Replies: 0
Views: 3258
|
Forum: CMUD General Discussion Posted: Tue Aug 19, 2008 3:33 am Subject: Capture Windows |
Ok, this might seem odd.
I have a window that captures all my messages, quite normal. In that windows settings, i have it capture messages from different people and put them in 2 seperate windows, F ... |
Topic: Color Fade Alias Works, but small issue. |
diehard2k0
Replies: 6
Views: 9008
|
Forum: CMUD General Discussion Posted: Mon Aug 18, 2008 11:12 pm Subject: Color Fade Alias Works, but small issue. |
That did fix it. Thank you. I'm starting to understand the subregex a little more too now. Now comes the fun task of going through all my scripts and seeing where it could possibly fit in.
Thank ... |
Topic: Color Fade Alias Works, but small issue. |
diehard2k0
Replies: 6
Views: 9008
|
Forum: CMUD General Discussion Posted: Sun Aug 17, 2008 11:22 pm Subject: Color Fade Alias Works, but small issue. |
It doesn't use the @crcr to fade the color. It just takes the input text and addes &C to the end of it.
example
var @crcr = &R|&r|&b|&B|&w|&W
syntax : csay Testing ... |
Topic: Color Fade Alias Works, but small issue. |
diehard2k0
Replies: 6
Views: 9008
|
Forum: CMUD General Discussion Posted: Sun Aug 17, 2008 6:13 pm Subject: Color Fade Alias Works, but small issue. |
The behavior your showing is usually caused by an uninitialized variable, I don't really see that being the case. You also have lots of unecessary math that is just wasting time. Off the top of my h ... |
Topic: Color Fade Alias Works, but small issue. |
diehard2k0
Replies: 6
Views: 9008
|
Forum: CMUD General Discussion Posted: Sun Aug 17, 2008 7:18 am Subject: Color Fade Alias Works, but small issue. |
Ok, i made an alias to fade colors. It works, but not the way i want it to. The section it colors seems to change, even if the string length doesn't. It seems to get smaller smaller smaller till it ... |
|