I made a script which should halt certain text from being shown on the screen.
I used:
on ^*:text:...... {
if (bla bla bla isin $1-) haltdef
}

I noticed that all text was halted, and even if I remove the "if ..." it still being halted. I though the text should be halted only when the haltdef command is being executed.

What should I do to fix it?

Last edited by saragani; 06/12/03 10:01 AM.