I'm making a mission where I want a sub to respond to commands given to it by the player.
I know this is very much possible, but could be incredibly difficult to finish scripting - which is why I came here
Unfortunately I don't have anything to start us off, but here's the jist of it anyway:
The player is in a building (comm center) and since I know it isn't possible to change player models in the middle of a game, I thought I could have a very simple (or highly complex - but lets start low, heh?) script so the player can control a submarine and attack and evade using it but from a safe distance.
ie. In more realistic terms, give orders to the commander of the sub from the comms building inland.
I was hopping to use the command
onMapClick//or whatever it is. To perhaps tell the sub where to move via markers on the map screen.
I would also like a camera to be accessable which is "attached" to the friendly sub so the player can see what's going on.
Can anyone help me out here?
editI'm not entirely sure about how to make the sub attack and perform evasive manuvers though