Author Topic: Status of operations  (Read 1809 times)

manuelthomi

  • Newbie
  • *
  • Posts: 7
Status of operations
« on: April 02, 2017, 05:34:42 pm »
Hi

I'm writing a little lua script for opening and closing the aircraft exits according to the status of the GSX operations, using the Lvars (like L:FSDT_GSX_CATERING_STATE).
So far everything is working fine, except catering. Before changing the status to 6 (meaning "service has been completed") the service doors must be closed. My lua script can't recognise the ending of the service and close the service doors.
This isn't like that for the other services. E.g. when boarding is completed, the FSDT_GSX_BOARDING_STATE changes to 6 immediately. Therefore my lua script closes the doors and the rear stairs can be moved away from the aircraft.

Can that be changed for the catering service like it is the case for boarding, please?

Regards
Manuel

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50710
    • VIRTUALI Sagl
Re: Status of operations
« Reply #1 on: April 04, 2017, 09:52:55 am »
Can that be changed for the catering service like it is the case for boarding, please?

We'll see what we can do.