|
coldcut Beginner
Joined: 09 Apr 2003 Posts: 17 Location: USA
|
Posted: Wed Nov 12, 2003 8:51 pm
Tried Lightbulbs advice, still got a problem |
Refering to my other post about the avatar color bug, it unfortunately doesnt work. It tests ok in the offline tester but it wont work in the game for some odd reason. Is there a way to gag just those characters without gagging the whole line? Or maybe gag the line then echo just the actual prompt in the next line? If the characters dont show it will work.
Thanks :) |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Fri Nov 14, 2003 4:41 am |
My suggestion is to try to ignore the sybols or try to chetch them in a trig.
Sounds like you first have to get Zmud to reconize these patterns
example:
#$%123hp
Try to make a trig that can catch that like so
#tr {(#)(*)} {#sub %2} would give you $%123hp (MAYBE)?
and do that for all of them.
or maybe:
#tr {^(*)(%d)/(%d)hp} {#sub %1/%2hp}
The problem lies in the testing stage, sine we here don't play or know the mud your on we can not test this patter coming from a mud.
We are left to testing inside zmud and that has already provin to work.
Good luck |
|
|
|
|
|