how to hide the procedure of reposition in P3D?

Discussion related to Mission design and creation.
Locked
ppp333ddd_
Posts: 58
Joined: Fri Aug 18, 2017 1:04 am

how to hide the procedure of reposition in P3D?

Post by ppp333ddd_ »

Hi,
I need to hide the whole procedure which takes about half a minute when I reposition the aircraft and give it an initial speed, altitude, flaps state, gear state, etc. I have tried to add simconnect.TransmitClientEvent(0, EVENTS.RELOAD, 1, NOTIFICATION_GROUPS.GROUP0, SIMCONNECT_EVENT_FLAG.DEFAULT) before reposition.
However the reload() procedure sometimes ends before the reposition procedure ends and I found it will make my altitude setting useless. Is there any other way by SimConnect or ProSim that can do this? Thanks.
Locked