#COND

by Taika

Back to Mechanic's Corner.

Taika2005-07-23 16:21:43
The problem -
I don't know how to use the #COND command very well

The project -
I want to gag two lines, only when they are in order and in a row, and #SAY something else.

How do I do this? I've tried all I can, with no luck.

Thanks!
Sylphas2005-07-23 18:16:31
#TR {line one here} {}
#COND {line two here} {#GA 2} {within|param=1}

I think, that's off the top of my head.
Taika2005-07-23 18:59:17
The gag messed up, but the general idea worked. Thanks!

#TR {line one here} {}
#COND {line two here} {#GA -1;#GA} {within|param=1}

Anyway to make the gag neater?