Functions Documentation
View Function Edit Function
Name shpSetController
Syntax (shpSetController ship string)
Argument List ship: The ship that want to change the ai on.
string: The name of the controller.
Returns condition: True if successful, Nil otherwise.
Category ship, ai
Description Changes the ai of the ship.
Example
(shpSetController gSource "auton")

Makes the calling ship act like an auton.
Comment Very interesting function allowing you to change the way a ship behaves.
Possible values are "auton", "fleet", "fleetcommand", "ferian"