That would be one way to do it! lol
And you can wait no longer, as it's now available in my sig below!
It would have been sooner, but home-made Toffee Apple & Cinnamon Cookies happened.![]()
I see the COLOUR ... ( the sig ) ..
With Voice attack, some of those commands which your SIG uses, has been modified by me for my VA,
is there anyway to append your VA vaps to mine instead of overwriting.
EXAMPLE
My (EDDI JUMP)) is very different from yours , so just added your inclusion "Execute command, 'Update Fines and Bounties"
to the end of my work for that Command
Set small int (condition) [jump-drive] value to 0
Set small int (condition) [supercruise] value to 1
Set small int (condition) [power-fsd] value to 1
Set small int (condition) [flight] value to 1
Set decimal [XAxis] value to the converted value of {DEC:EDDI jumped x} (round to 3 decimal places)
Set decimal [YAxis] value to the converted value of {DEC:EDDI jumped y} (round to 3 decimal places)
Set decimal [ZAxis] value to the converted value of {DEC:EDDI jumped z} (round to 3 decimal places)
Set decimal [FuelLevel] value to the converted value of {DEC:EDDI jumped fuelremaining}
Set decimal [FuelLevel] to [FuelLevel] divided by [{DEC:Ship total fuel tank capacity}] (integer division)
Set decimal [FuelLevel] to [FuelLevel] times 100
Set decimal [FuelLevel] value to the value of [FuelLevel] (round to 2 decimal places)
Set decimal [FuelUsed] value to the converted value of {DEC:EDDI jumped fuelused} (round to 2 decimal places)
Begin Decimal Compare : [FuelLevel] Is Less Than Or Equals 5
Set Text [Warning] to 'Your fuel level is under 5%. If you do not refuel soon you risk being stranded.'
Else If Decimal Compare : [FuelLevel] Is Less Than Or Equals 25
Set Text [Warning] to 'You have a quarter tank of fuel remaining. Refuel soon.'
Else If Decimal Compare : [FuelLevel] Is Less Than Or Equals 50
Set Text [Warning] to 'Your tank is half empty. Refuel soon.'
Else
Set Text [Warning] to 'Your fuel level is adequate.'
End Condition
Execute command, 'Update Fines and Bounties' (and wait until it completes)
Set small int (condition) [supercruise] value to 1
Set small int (condition) [power-fsd] value to 1
Set small int (condition) [flight] value to 1
Set decimal [XAxis] value to the converted value of {DEC:EDDI jumped x} (round to 3 decimal places)
Set decimal [YAxis] value to the converted value of {DEC:EDDI jumped y} (round to 3 decimal places)
Set decimal [ZAxis] value to the converted value of {DEC:EDDI jumped z} (round to 3 decimal places)
Set decimal [FuelLevel] value to the converted value of {DEC:EDDI jumped fuelremaining}
Set decimal [FuelLevel] to [FuelLevel] divided by [{DEC:Ship total fuel tank capacity}] (integer division)
Set decimal [FuelLevel] to [FuelLevel] times 100
Set decimal [FuelLevel] value to the value of [FuelLevel] (round to 2 decimal places)
Set decimal [FuelUsed] value to the converted value of {DEC:EDDI jumped fuelused} (round to 2 decimal places)
Begin Decimal Compare : [FuelLevel] Is Less Than Or Equals 5
Set Text [Warning] to 'Your fuel level is under 5%. If you do not refuel soon you risk being stranded.'
Else If Decimal Compare : [FuelLevel] Is Less Than Or Equals 25
Set Text [Warning] to 'You have a quarter tank of fuel remaining. Refuel soon.'
Else If Decimal Compare : [FuelLevel] Is Less Than Or Equals 50
Set Text [Warning] to 'Your tank is half empty. Refuel soon.'
Else
Set Text [Warning] to 'Your fuel level is adequate.'
End Condition
Execute command, 'Update Fines and Bounties' (and wait until it completes)
Last edited: