Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Buffalo/BuffaloAlarm.yolol
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ if:DurErr>0thenalarm=1 :SndT=8 alm="Durability" goto5elsealarm=0end
if:FuelCheck<500thenalarm=1 :SndT=4 alm="Fuel" goto5elsealarm=0end
if:Propellant<500thenalarm=1 :SndT=6 alm="Prop" goto5elsealarm=0end
:SoundOn=0+alarm ifalarm then:RedLight=1-:RedLight else:Redlight=0end
ifalarm!=1then:Info="\nWarpClass: "+:WarpClass goto1 end
ifalarm!=1then:Info="\nStrengthFactor: "+:StrengthFactor goto1 end
if alm=="Durability" then alm+=" "+:DurErr end :Info="\n"+alm goto 1


// This replaces the 2 individual alarm chips.
// Also change priority on the sound device above seat to 1 and
// radius to 50. Also change DurabilityErrors to DurErr on ship
// monitor at top of YOLOL rack stack. You can // comment out any
// alarms you dont care about (lines 2-4)
// alarms you dont care about (lines 2-4)