I am still new at FREDding so some of this may seem elementary.
1) Can I make a ship rotate in place somehow? I want a ship fly next to another ship which is facing it and then turn and face in the same direction. I tried making it go there in an arch using a waypoint path, but it looks rather clunky.
2) I am having trouble with the send-message-list sexp. I set a delay between 6000 and 10000 ms between messages, but they appear in fast succesion.
3) I want to make event depending on wether a specific turret has been destroyed. Say the turret is not destroyed when event happens it triggers another event. Like:
if: turret A alive and ship has arrived at waypoint=>trigger event
Thanks in advance.