giving players outfits

How do you give a player an outfit like in the gil-tech-nia? I looked it up and I think it was under the require and contributes field, but I didn't understand. Help?

------------------
RoLLeY49

in the on(some action here) field (i.e. onBuy, onSell, onCapture, ...) add g(outf id here) ( so if you want to give the player an outfit with id 150, you'd use g150). there's a whole lot of other similar things you can do in fields like that (most of which i don't remember off the top of my head), so take a look at that section of the bible

------------------
WWJD for a Klondike bar?

Quote

Originally posted by nighthawk:
**in the on(some action here) field (i.e. onBuy, onSell, onCapture, ...) add g(outf id here) ( so if you want to give the player an outfit with id 150, you'd use g150). there's a whole lot of other similar things you can do in fields like that (most of which i don't remember off the top of my head), so take a look at that section of the bible

**

Could you clarify what fiel I should put it in, then how do I associate that into a mission. Do I stick the mission bits into the Availiblit field and once those bits are set the outfit is given to a player?

------------------
RoLLeY49

It goes into the mission itself and it depends on when you want the outfit to be given to the player. To give it when the player starts (accepts) the mission, put it in the 'OnAccept' field. For when the player successfully completes the mission, use the 'OnSuccess' field. The 'Gxxx' directive can also be used in the Refuse, Fail, Abort and ShipDone fields as well.

------------------
••• Got a question? Use the (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/search.cgi?action=intro&default;=26")search(/url) feature before you post a new topic. •••
My EV Nova Links: (url="http://"http://www.ev-nova.net/walkthrough/")EVN Walkthrough(/url) | (url="http://"http://www.ev-nova.net/faq")EVN Gameplay FAQ(/url) | (url="http://"http://home.attbi.com/~slagblah/evn_fixes.html")EVN Quick Fix Page(/url)
(url="http://"http://home.attbi.com/~slagblah/pilotlog.html")How to make a pilotlog file(/url) | (url="http://"http://home.attbi.com/~slagblah/pilotlog_howtoread.html")How to read a pilotlog file(/url)