|
TheLastHawk Beginner
Joined: 12 Jun 2006 Posts: 17
|
Posted: Tue Jun 13, 2006 1:11 am
capture issue and others |
Alrighty, here is a few thing I was wondering about.
In zMUD you can capture stuff and sent it to another window by this string:
#TRIGGER {~[Shadowspawn~]} {#cap shadowspawn}
However when you try that in CMUD is does a eternal loop and asks if you wanna shut down that trigger.... how do I fix that?
and I got an issue with the CMUD about when I wanna make a alias for refilling my canteens I usually make it like
fill canteen;fill 2.canteen etc etc
but it got an issue with the 2.canteen and says its wrong, how do I fix that? |
|
|
|
edb6377 Magician
Joined: 29 Nov 2005 Posts: 482
|
Posted: Tue Jun 13, 2006 1:49 am |
the canteen issue is the period. They syntax editor hates that period now. I have had to remove or prefix almost all of them.
try testing fill 2~.canteen and let me know.. im still working with my own problems and im in the middle of the HUGE script since it will test a serious number of things all at once.
The looping problem i also ran into earlier because it seems to parse it back into the NEW WINDOW it creates. Not sure why yet havent played with it much. Ill look it up as soon as im done with this script but its a little different syntax to do it. |
|
_________________ Confucious say "Bugs in Programs need Hammer" |
|
|
|
|
|