I altered this script to add a sidechat in the middle of the fuel dump . The fuel part still works fine, but no sidechat. What am I missing? :-\
;Fuel leak Script
#Leak
T80 setFuel ( Fuel T80 -.05)
? Fuel T80 == 0 : exit
? Fuel T80 == 0.6 : goto "CHAT"
~1.5
goto "Leak"
#CHAT
PapaBear SideChat "OH NO! BLAHBETY-BLAH."
goto "Leak"