- Joined
- Dec 2, 2015
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
So in my RPG, the primary mode of long distance travel is via jet aircraft.
Some of these flights (purchased ticket) are scripted.
Some of the flights (hijacked) are under player control.
I need a system or simple eventing fix that will cause two effects to the vehicle in question:
1) Vehicle needs to move forward under its own power.
2) It needs to be steerable with the arrow keys while moving forward.
It's a jet airplane so if I stop pushing forward it shouldn't just stop.
I have tried creating an event on map which runs parallel and just causes the plane object (reskinned player) to take one step forward repeatedly at the slowest speed. This obviously blocks input from the arrow keys which should allow me to steer. Is there a simple script/event handler that I can add which will cause the arrow keys to momentarily override the 'forward' command? Variables increased or switches activated on button press?
I attached an image of what the flight system looks like right now. Give me some idea of how to code this please!
Thank you!
//cheers

Some of these flights (purchased ticket) are scripted.
Some of the flights (hijacked) are under player control.
I need a system or simple eventing fix that will cause two effects to the vehicle in question:
1) Vehicle needs to move forward under its own power.
2) It needs to be steerable with the arrow keys while moving forward.
It's a jet airplane so if I stop pushing forward it shouldn't just stop.
I have tried creating an event on map which runs parallel and just causes the plane object (reskinned player) to take one step forward repeatedly at the slowest speed. This obviously blocks input from the arrow keys which should allow me to steer. Is there a simple script/event handler that I can add which will cause the arrow keys to momentarily override the 'forward' command? Variables increased or switches activated on button press?
I attached an image of what the flight system looks like right now. Give me some idea of how to code this please!
Thank you!
//cheers


