 |
rob Novice
Joined: 12 Oct 2000 Posts: 31 Location: Australia
|
Posted: Sun Mar 30, 2025 9:53 pm
Gagging double spam in Cmud |
Hi. In the following example it shows what I see and what my familiar sees (beings with >>).
What I want to be able to do is gag all double lines when the familiar sees what I have already seen.
E.g. "A lecture Hall", Blank line, [Exits: east up] etc are repeated from the familiar's view.
I can't remove all as the familiar sees some things that I don't see that are important.
This is a basic example and in combat you see double of everything, so it gets spamalicious.
You will see everything your familiar sees.
<civilized (100%hp) (100%m) (100%mv) 5483tnl 4 PM> d
A Lecture Hall
[Exits: east up]
(Invis) (Translucent) The professor quietly sits behind his desk, watching the guild entrance.
>> You follow Conjurer down.
>> A Lecture Hall
>>
>> [Exits: east up]
>> >> Conjurer is here.
>> (Invis) (Translucent) The professor quietly sits behind his desk, watching the guild entrance.
>> A fire giant mercenary has arrived.
A fire giant mercenary has arrived.
<civilized (100%hp) (100%m) (99%mv) 5483tnl 4 PM> u
The Guild of Conjuration
[Exits: down]
(Translucent) Brivum, the Arch-Magus conjurer stands here, wand in hand.
>> A fire giant mercenary leaves up.
A fire giant mercenary has arrived.
>> You follow Conjurer up.
>> The Guild of Conjuration
>>
>> [Exits: down]
>> >> A fire giant stands here awaiting his orders.
>> Conjurer is here.
>> (Translucent) Brivum, the Arch-Magus conjurer stands here, wand in hand. |
|
|
 |
chris123zugg Adept
Joined: 23 Aug 2013 Posts: 207
|
Posted: Mon Mar 31, 2025 12:11 am |
1: check to see if there's an option in game
2: what specifically is what the familiar "shows", and is there a distintive opening such as the ">>"?
3: if its the ">>" then use a trigger for the ">" 's
#TR {^~>(*)$} {#gag} or
#TR ^~>~>(*)$} {#gag} |
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4735 Location: Pensacola, FL, USA
|
Posted: Tue Apr 01, 2025 2:39 pm |
#TR {^>> } {#CAPTURE Familiar;#GAG}
That should redirect the familiar content to another window. |
|
_________________ Discord: Shalimarwildcat |
|
|
 |
|
|