Hi again - still trying to get my mind around a lot of how VA coding works and I'm stumped in this one so any help would be appreciated.
I am using the EDDI plug in for Elite Dangerous and I believe it passes these values through to VA
{BOOL:Status landing gear down} a boolean value indicating whether the ship's landing gears have been deployed
{BOOL:Status landed} a boolean value indicating whether the ship is currently landed (on a surface)
{BOOL:Status docked} a boolean value indicating whether the ship is currently docked (at a station)
What I would like to do is right a script that when I say "Landing Gear Up" it 1. Checks to see if landing gear is down (if it isn't says something like "Your landing gear is already up" and stops the script there. 2. Checks landed and docked status and if any one of them are true says "You are docked / landed. Gear can not be raised". 3. If none of those conditions are met raises the gear and says "Landed Gear has been retracted".
Hope that makes sense
Appreciate any help or guidance.