www.ClassicTW.com
https://mail.black-squirrel.com/

Is there a way to turn off the [BUSTED]
https://mail.black-squirrel.com/viewtopic.php?f=15&t=23927
Page 1 of 1

Author:  Helix [ Sun Oct 25, 2009 3:44 pm ]
Post subject:  Is there a way to turn off the [BUSTED]

message that wsst appends to the display? It can hose swath big time.

Helix

Author:  Singularity [ Sun Oct 25, 2009 4:13 pm ]
Post subject:  Re: Is there a way to turn off the [BUSTED]

Haha. Yea, it does hose swath. I think you need to edit the source.

Author:  Helix [ Sun Oct 25, 2009 4:26 pm ]
Post subject:  Re: Is there a way to turn off the [BUSTED]

Thanks

Helix

Its in the main bot file,

I remarked out the echo command for the BUSTED message and the MSL message, it still record them in the sectorparm but doesnt display the message

# ============================== CHECK SECTOR DATA ========================================
:checkSectorData
getText CURRENTLINE $cursec "]:[" "] ("
if ($cursec = CURRENTSECTOR)
setVar $CURRENT_SECTOR $cursec
getSectorParameter $CURRENT_SECTOR "BUSTED" $isBusted
if ($isBusted)
#echo ANSI_5 "[" ANSI_12 "BUSTED" ANSI_5 "] : "
end
getSectorParameter $CURRENT_SECTOR "MSLSEC" $isMSL
if ($isMSL)
#echo ANSI_5 "[" ANSI_9 "MSL" ANSI_5 "] : "
end
end
setTextTrigger sectordata :checkSectorData "(?=Help)? :"
pause
# ============================ END CHECK SECTOR DATA ========================================


Testing it now.

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/