Is it possible to give enemies the Physics Spaceship Movement? Or would I have to recode it myself?
Is it possible to give enemies the Physics Spaceship Movement? Or would I have to recode it myself?
You would have to manually code such a thing, as the physics spaceship movement is just for the player. It is the same deal with the original spaceship movement as well, so it isn't really that unexpected. Using the physics static movement should let you re-create the spaceship movement for the enemies.
You can if you set the player to 2 or above and then ignore the controls (action) or set the keyboard controls for that player to all be the same key.