ok this may be a long post but here it goes.
IDEA: To garther jump data Travel distance, number of jumps, heat warnings, total fuel scooped, total fuel used, Jumped distance, fuel used, Current location, Home & destination. Also the count what stars and planetary bodies I've scanned.
All this data to be displayed on screen using txt files in OBS
Using VA v1.6.1.7 (prerelease) & EDDI 2 2.1.0-b3
((EDDI Jumped))
Retrieve variables values from Profile
Set decimal [BEE System distance from home] value to [Saved Value]
Set Text [BEE Destination] to [Saved Value]
Set decimal [BEE Distance to destination] value to [Saved Value]
DISABLED - Set Text [BEE Distance] to [distance] (save value to profile)
DISABLED - Set decimal [BEE System distance from home] value to [Saved Value]
DISABLED - Set decimal [BEE System distance from home] value to the value of [{DEC:System distance from home}] (round to 0 decimal places) (save value to profile)
DISABLED - Set decimal [BEE System distance from home] value to the value of [System distance from home] (round to 0 decimal places) (save value to profile)
Set decimal [BEE Heat Warnings] value to [Saved Value]
Set decimal [BEE Total Distance] value to [Saved Value]
Set decimal [BEE Total Jumps] value to [Saved Value]
Set decimal [BEE Total Fuel Scooped] value to [Saved Value]
Set decimal [BEE Total Jumped Fuel Used] value to [Saved Value]
Set decimal [BEE Jumped FuelUsed] value to [Saved Value]
Set decimal [BEE Jumped Distance] value to [Saved Value]
Set decimal [BEE System distance from home] value to [Saved Value]
Caluate Jumps, Distance, Heat Warnings, Fuel Scooped, Fuel Used, Distance from home, Distance to destination
Set decimal [BEE Heat Warnings] to [BEE Heat Warnings] plus 1.00000 (round to 0 decimal places) (save value to profile)
Set decimal [BEE Total Distance] to [BEE Total Distance] plus [{DEC:EDDI jumped distance}] (round to 0 decimal places) (save value to profile)
Set decimal [BEE Total Jumps] to [BEE Total Jumps] plus 1 (round to 0 decimal places) (save value to profile)
Set decimal [BEE Total Jumped Fuel Used] to [BEE Total Jumped Fuel Used] plus [{DEC:EDDI jumped fuelused}] (round to 0 decimal places) (save value to profile)
Set decimal [BEE Jumped FuelUsed] value to the value of [EDDI jumped fuelused] (round to 0 decimal places) (save value to profile)
Set decimal [BEE Jumped Distance] value to the value of [EDDI jumped distance] (round to 0 decimal places) (save value to profile)
Write Location.txt
Write (overwrite), '[ ] {TXT:EDDI jumped system} System [ ]' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Location.txt'
Write Txt files
Write (overwrite), 'Travel Distance: {DEC:BEE Total Distance} LY' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Distance.txt'
Write (overwrite), 'Jumps: {DEC:BEE Total Jumps} ' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Jumps.txt'
Write (overwrite), 'Total Fuel Used: {DEC:BEE Total Jumped Fuel Used} Tons' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Fuel Used.txt'
Home and Destination Systems
Write (overwrite), '{TXT:Home system} - {DEC:BEE System distance from home} LY' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Home System.txt'
Write (overwrite), '{TXT:BEE Destination} - {DEC:BEE Destination distance} LY ' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Destination S...
Last 5 Jumps
Append, '
[ ] {TXT:EDDI jumped system} - ({DEC:BEE Jumped Distance} LY)' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Last 5 Jumps.txt'
Write '[Blue] {DEC:BEE Jumped Distance}' to log
Write '[Blue] {DEC:EDDI jumped distance}' to log
Write '[Blue] {DEC:BEE Jumped Distance}' to log
Destination system and distance here
Write '[Blue] Home Stuff: {TXT:Home system} - {DEC:BEE System distance from home} LY' to log
Write '[Blue] Destination Stuff: {TXT:BEE Destination} - {DEC:BEE Destination distance} LY' to log
((EDDI Heat warning))
Retrieved saved values from Profile
Set decimal [BEE Total Heat Warnings] value to [Saved Value] (round to 0 decimal places) (save value to profile)
Calulation Heat warning +1
Set decimal [BEE Total Heat Warnings] to [BEE Total Heat Warnings] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write Heat Warning to txt
Write (overwrite), 'Heat Warnings: {DEC:BEE Total Heat Warnings}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\HeatWarnings.txt'
((EDDI ship refuelled))
Begin Text Compare : [EDDI ship refuelled source] Equals 'SCOOP'
Set decimal [BEE Total Fuel Scooped] value to [Saved Value]
Set decimal [BEE Total Fuel Scooped] to [BEE Total Fuel Scooped] plus [EDDI ship refuelled amount] (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Total Fuel Scooped: {DEC:BEE Total Fuel Scooped} Tons' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Fuel Scooped.txt'
End Condition
((EDDI star scanned))
Retrieve values from Profile
Set decimal [Bee Star Main sequence] value to [Saved Value]
Set decimal [Bee Star White Dwarfs] value to [Saved Value]
Set decimal [Bee Star Neutron] value to [Saved Value]
Set decimal [Bee Star Black Hole] value to [Saved Value]
Set decimal [Bee Star Supermassive Black Hole] value to [Saved Value]
Set decimal [Bee Star Exotic] value to [Saved Value]
Set decimal [Bee Star A_BlueWhiteSuperGiant] value to [Saved Value]
Set decimal [Bee Star F_WhiteSuperGiant] value to [Saved Value]
Set decimal [Bee Star M_RedSuperGiant] value to [Saved Value]
Set decimal [Bee Star M_RedGiant] value to [Saved Value]
Set decimal [Bee Star K_OrangeGiant] value to [Saved Value]
Set decimal [Bee Star RoguePlanet] value to [Saved Value]
Set decimal [Bee Star Nebula] value to [Saved Value]
Set decimal [Bee Star StellarRemnantNebula] value to [Saved Value]
Add Main Sequence Stars
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'O'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'B'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'A'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'F'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'G'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'K'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'M'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'L'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'T'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'Y'
Set decimal [Bee Star Main sequence] to [Bee Star Main sequence] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main Sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
End Condition
White Dwarfs
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DA'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'D'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DAB'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DAO'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DAZ'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DAV'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DB'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DBZ'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DBV'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DO'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DOV'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DQ'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DC'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DCV'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'DX'
Set decimal [Bee Star White Dwarfs] to [Bee Star White Dwarfs] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
End Condition
Neutron Stars
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'N'
Set decimal [Bee Star Neutron] to [Bee Star Neutron] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Neutron Stars: {DEC:Bee Star Neutron}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Neutron Stars.txt'
End Condition
Black Holes
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'H'
Set decimal [Bee Star Black Hole] to [Bee Star Black Hole] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Black Holes: {DEC:Bee Star Black Hole}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Black Hole.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'SupermassiveBlackHole'
Set decimal [Bee Star Supermassive Black Hole] to [Bee Star Supermassive Black Hole] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'S.Massive BlackHole: [DEC:Bee Star Supermassive Black Hole}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Superm...
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'X'
Set decimal [Bee Star Exotic] to [Bee Star Exotic] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Exotic: {DEC:Bee Star exotic}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Exotic.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'A_BlueWhiteSuperGiant'
Set decimal [Bee Star A_BlueWhiteSuperGiant] to [Bee Star A_BlueWhiteSuperGiant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'A BlueWhiteSuperGiant: {DEC:Bee Star A_BlueWhiteSuperGiant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\A_Blue...
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'F_WhiteSuperGiant'
Set decimal [Bee Star F_WhiteSuperGiant] to [Bee Star F_WhiteSuperGiant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'F White SuperGiant: {DEC:Bee Star F_WhiteSuperGiant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\F_WhiteSuperG...
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'M_RedSuperGiant'
Set decimal [Bee Star M_RedSuperGiant] to [Bee Star M_RedSuperGiant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), ' M Red SuperGiant: {DEC:Bee Star M_RedSuperGiant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\M_RedSuperGiant....
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'M_RedGiant'
Set decimal [Bee Star M_RedGiant] to [Bee Star M_RedGiant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'M_RedGiant: {DEC:Bee Star M_RedGiant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\M_RedGiant.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'K_OrangeGiant'
Set decimal [Bee Star K_OrangeGiant] to [Bee Star K_OrangeGiant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'K OrangeGiant: {DEC:Bee Star K_OrangeGiant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\K_OrangeGiant.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'RoguePlanet'
Set decimal [Bee Star RoguePlanet] to [Bee Star RoguePlanet] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'RoguePlanet: {DEC:Bee Star RoguePlanet}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\RoguePlanet.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'Nebula'
Set decimal [Bee Star Nebula] to [Bee Star Nebula] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'RoguePlanet: {DEC:Bee Star Nebula}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Nebula.txt'
End Condition
Begin Text Compare : [EDDI star scanned stellarclass] Equals 'StellarRemnantNebula'
Set decimal [Bee Star StellarRemnantNebula] to [Bee Star StellarRemnantNebula] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Stellar Remnant Nebula: {DEC:Bee Star StellarRemnantNebula}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Stella...
End Condition
((EDDI body scanned))
Retrieve values from Profile
Set decimal [Bee Body HMC] value to [Saved Value]
Set decimal [Bee Body Earth Like] value to [Saved Value]
Set decimal [Bee Body Water world] value to [Saved Value]
Set decimal [Bee Body Ammonia world] value to [Saved Value]
Set decimal [Bee Body Water giant] value to [Saved Value]
Set decimal [Bee Body Gas giant] value to [Saved Value]
Set decimal [Bee Body Rocky Ice] value to [Saved Value]
Check Body and add to counter
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Rocky body'
Set decimal [Bee Body Rocky Ice] to [Bee Body Rocky Ice] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Rocky & Ice Worlds: {DEC:Bee Body Rocky Ice}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Rocky Ice.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Icy body'
Set decimal [Bee Body Rocky Ice] to [Bee Body Rocky Ice] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Rocky & Ice Worlds: {DEC:Bee Body Rocky Ice}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Rocky Ice.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Rocky ice body'
Set decimal [Bee Body Rocky Ice] to [Bee Body Rocky Ice] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Rocky & Ice Worlds: {DEC:Bee Body Rocky Ice}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Rocky Ice.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'High metal content body'
Set decimal [Bee Body HMC] to [Bee Body HMC] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'High Metal Worlds: {DEC:Bee Body HMC}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\HMC.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Metal rich body'
Set decimal [Bee Body HMC] to [Bee Body HMC] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'High Metal Worlds: {DEC:Bee Body HMC}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\HMC.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Earthlike body'
Set decimal [Bee Body Earth Like] to [Bee Body Earth Like] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Earth Like Worlds: {DEC:Bee Body Earth Like}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\EarthLike.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Ammonia world'
Set decimal [Bee Body Ammonia world] to [Bee Body Ammonia world] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Ammonia Worlds: {DEC:Bee Body Ammonia world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Ammonia world.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Water world'
Set decimal [Bee Body Water world] to [Bee Body Water world] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Water World: {DEC:Bee Body Water world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\WaterWorld.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Water giant'
Set decimal [Bee Body Water world] to [Bee Body Water world] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Water Worlds: {DEC:Bee Body Water world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\WaterWorld.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Water giant with life'
Set decimal [Bee Body Water world] to [Bee Body Water world] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Water Worlds: {DEC:Bee Body Water world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\WaterWorld.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Gas giant with water based life'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Gas giant with ammonia based life'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Sudarsky class I gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Sudarsky class II gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Sudarsky class III gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Sudarsky class IV gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Sudarsky class V gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Helium rich gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
Begin Text Compare : [EDDI body scanned bodyclass] Equals 'Helium gas giant'
Set decimal [Bee Body Gas giant] to [Bee Body Gas giant] plus 1.00000 (round to 0 decimal places) (save value to profile)
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
End Condition
((Reset OBS Exploration Data))
Reset Bodys
Set decimal [{Bee Body Earth Like}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Body Water world}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Body Ammonia world}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Body HMC}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Body Gas giant}] value to 0 (save value to profile)
Set decimal [{Bee Body Rocky Ice}] value to 0 (save value to profile)
Reset Stars
Set decimal [{Bee Star Main sequence}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star White Dwarfs}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star Neutron}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star Black Hole}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star Supermassive Black Hole}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star Exotic}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star A_BlueWhiteSuperGiant}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star F_WhiteSuperGiant}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star M_RedSuperGiant}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star M_RedGiant}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star K_OrangeGiant}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star RoguePlanet}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star Nebula}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{Bee Star StellarRemnantNebula}] value to 0 (round to 0 decimal places) (save value to profile)
Reset Heat warning, Travel Distance, Total Jumps, Total Fuel scooped, Total jumped fuel used.
Set decimal [{BEE Total Heat Warnings}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{BEE Total Distance}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{BEE Total Jumps}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{BEE Total Fuel Scooped}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{BEE Total Jumped Fuel Used}] value to 0 (round to 0 decimal places) (save value to profile)
Reset Jumped Fuel Used, Fuel Used
Set decimal [{BEE Jumped Fuel Used}] value to 0 (round to 0 decimal places) (save value to profile)
Set decimal [{BEE Fuel Used}] value to 0 (round to 0 decimal places) (save value to profile)
Write Reset
Write (overwrite), 'Heat Warnings: {DEC:BEE Total Heat Warnings}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\HeatWarnings.txt'
Write (overwrite), 'Travel Distance: {DEC:BEE Total Distance} LY' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Distance.txt'
Write (overwrite), 'Jumps: {DEC:BEE Total Jumps} ' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Jumps.txt'
Write (overwrite), 'Total Fuel Scooped: {DEC:BEE Total Fuel Scooped} Tons' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Fuel Scooped.txt'
Write (overwrite), 'Total Fuel Used: {DEC:BEE Jumped Fuel Used} Tons' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Total Fuel Used.txt'
Write (overwrite), 'Main Sequence Stars: {DEC:Bee Star Main sequence}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Main sequence .txt'
Write (overwrite), 'White Dwarfs: {DEC:Bee Star White Dwarfs}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\White Dwarfs.txt'
Write (overwrite), 'Neutron Stars: {DEC:Bee Star Neutron}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Neutron Stars.txt'
Write (overwrite), 'Black Holes: {DEC:Bee Star Black Hole}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Stars\Black Holes.txt'
Write (overwrite), 'High Metal Worlds: {DEC:Bee Body HMC}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\HMC.txt'
Write (overwrite), 'Earth Like Worlds: {DEC:Bee Body Earth Like}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\EarthLike.txt'
Write (overwrite), 'Ammonia Worlds: {DEC:Bee Body Ammonia world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Ammonia world.txt'
Write (overwrite), 'Water Worlds: {DEC:Bee Body Water world}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\WaterWorld.txt'
Write (overwrite), 'Gas Worlds: {DEC:Bee Body Gas giant}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\GasGiant.txt'
Write (overwrite), 'Rocky & Ice Worlds: {DEC:Bee Body Rocky Ice}' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Exploration\Bodies\Rocky Ice.txt'
Write (overwrite), '
' to file 'C:\Program Files (x86)\obs-studio\Snaz\TextFiles\Bee Data\Last 5 Jumps.txt'
Say, 'Reset O B S Exploration Data'
Write '[Green] Saved Total Distance reset: {DEC:BEE Total Distance}' to log
DISABLED - Set Text [Home system] to 'LHS 1337' (save value to profile)
DISABLED - Write '[Blue] {TXT:Home system}' to log