
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.