Knuckle Cracker

Particle Fleet => Feedback, Features, and Suggestions => Topic started by: kajacx on December 30, 2016, 05:12:18 AM

Title: [Suggestion] Please add the GetShipName (by ID) PRPL function
Post by: kajacx on December 30, 2016, 05:12:18 AM
Please add the GetShipName PRPL function, that would get ship's name by ID. I know we have GetShipNameFromSlot, but I'm working on a map where ships will not be on the panel (and for a good reason), and I need to know their names. A CONST_SHIP_NAME with GetShipAttribute bould be fine as well.
Title: Re: [Suggestion] Please add the GetShipName (by ID) PRPL function
Post by: GoodMorning on December 30, 2016, 05:46:08 AM
While we're here, could there also be CreateShip from coordinates, plan, loyalty and build state.

And an option to set loyalty to player, enemy and friend.
Title: Re: [Suggestion] Please add the GetShipName (by ID) PRPL function
Post by: kajacx on December 30, 2016, 09:23:53 AM
I have solved the problem with custom modules, however it would be nice to have such function anyway.
And yea, "CreateShip from coordinates and plan" missing is the only reason I have not done the ship merging map yet.