PDA

View Full Version : squelch some scroll screen in a script



mighty1u2
06-10-2014, 11:03 PM
I created a script that runs other scripts, and I love it, but there is a large amount of scroll screen.
What can i do to limit this?

example:

the script calls:

start_script 'useherbs', [ 'bench']
wait_while{running?('useherbs')}

and I get screen scroll of:

--- Lich: useherbs active.

Missing herb for major stupid.

--- Lich: useherbs has exited.

Tgo01
06-10-2014, 11:04 PM
You use Stormfront? Just add those lines to Stormfront squelch thingie.

Allereli
06-10-2014, 11:05 PM
highlight and squelch in stormfront/wizard?

DaCapn
06-11-2014, 02:19 AM
Try checking if you even need to run useherbs using the Wounds and Scars classes. It only says that if you don't need to run it.

If you're talking about all of the other lines that the script generates (in addition to the presented one), just open up useherbs and comment out those lines. It's so much easier to do this than any other method of squelching.