How to give auto orders to player ship?

Bit curious, but how does one make a ship do things...automatically? I know that seems a bit daft, but I want to put together some scenarios that my players can try out individually and well, practice.

Comments

  • There is a tutorial in development by Daid. For now it is accessible only in debug profile.
  • From the script reference, look at the PlayerSpaceship, all the "command" functions are exposed, these functions are normally used by the GUI to command the player ship, and thus can also be used from another script to "take over".

    The tutorial script I'm working on uses that:
    https://github.com/daid/EmptyEpsilon/blob/master/scripts/tutorial.lua

    It does have access to a bunch of extra functions (from the "tutorial" object), to do stuff that is normally not possible, but for a bunch of things it uses the command functions.
Sign In or Register to comment.