Quote
Originally posted by newb@plug-ins:
How do you make a mission give a ship an outfit, give the player an escort, or give you a new ship?
a) To give the player an outfit, put 'gXXX' into one of the set fields in the mission, such as onAccept, onRefuse, etc. Merely replace the XXX with the resource ID of the outfit of choice.
Giving permanent escorts is most likely impossible, but if you set a specialShip to 'Always protect the player', that ship will be an escort for the duration of the mission.
c) To give the player a new ship, you can use cXXX, eXXX or hXXX to change the player's ship to type XXX. They are, respectively, be given a new ship with all previous items and not any of the default items of the new ship (Cxxx), be given a new ship with all previous items and the default items of the new ship (Exxx), and be given the new ship with only the defaults of the new ship (excepting persistent items) (Hxxx).
Quote
Originally posted by newb@plug-ins:
Do missions that you get in a space port, pop up when, say you were in the outfitter and you bought something that made a mission available and then you pressed leave, to go back to the space port, would the mission pop up if you put the probibility thing on 100% in main spaceport for that plannet?
So, you want to have a mission become available when you purchase an item, so that once you leave the planet an return to the spaceport, the mission will be shown?
If this is the case, I don't think so, as mission availability is evaluated once you jump into the system. I may, of course, be wrong. If all else fails, it can be evaluated once the player jumps out and back into the system...
To set this up, you will need to have a bit set when you purchase the outfit, by putting 'bXXX' in the onPurchase field, where XXX is the NCB required by the mission.
More information on how to use Set expressions in Nova can be learned in Part II of the (url="http://"http://www.ambrosiasw.com/news/upcoming/novabible.html")Nova Bible(/url).
Good luck!
~ SpacePirate
------------------
Eat blazing electric death!
(edit: UBB, and "Gah! Beaten. Meh.")
(This message has been edited by SpacePirate (edited 01-02-2004).)