hi there,
i have made a command like:
Name: does not equal ship
Begin Text Compare: {TXT:Status vehicle} Does Not Equal 'ship'
Say 'you are not in your ship' (and wait until it completes)
Exit Command
End Condition
I now have my command
Name: landing gear
which looks like this
Execute command 'does not equal ship' (and wait until it completes)
Press L bla bla
Say 'deploying landing gear'
the problem now is simple, landing gear does continue to run until the end, instead of stopping after "does not equal ship" when i am in my srv.
"exit command" from "does not equal ship" only stops "does not equal ship" but not "landing gear".
how can i achieve stopping the "landing gear" after my "does not equal ship" does not meet the condition?
i know i can put all the stuff in to the "landing gear", that works fine.
but i just wanted to make the commands more modular.
and clearer to read. simplification is good. :-)
kind regards,
haro
fyi:
i am using eddi as va plugin.