Ship OXP for player use only?
Posted: Sun Jul 27, 2014 11:14 pm
Can someone advise me how to modify a ship OXP so that it is available only to the player(me). Thanks
For information and discussion about Oolite.
https://bb.oolite.space/
Code: Select all
roles="player";
Code: Select all
chance=0;
My first idea is to do not made available at all but pop up a mission screen in missionScreenOpportunity if the system.ID and station is equal with the specific location. If the player buy it then deduct the cost and use player.replaceShip.mossfoot wrote:Is there any way to set up a ship so it can only be purchased at one specific location (without any additional gear), and automatically remove its availability after that?
That would be PERFECT for what I need!Norby wrote:My first idea is to do not made available at all but pop up a mission screen in missionScreenOpportunity if the system.ID and station is equal with the specific location. If the player buy it then deduct the cost and use player.replaceShip.mossfoot wrote:Is there any way to set up a ship so it can only be purchased at one specific location (without any additional gear), and automatically remove its availability after that?