Desc problems

I was working on a plug that adds some ships that I made, and I can not get the Desc's to work out right... they aren't even displayed. Would it be the ID is wrong or something else?

-ryan

------------------
EV Nova is like digital crack, and I am addicted.

That's the only thing that can be wrong. Are you using the indexes or the resource ID's? The ship descs use the ship's index, not the resource ID. Index, BTW, is ShipResourceID - 128. Ship 128 is index 0, 129 is 1, etc. The desc ID for ship 128 is 13000, not 13128. Escort desc is 14000.

------------------
~Charlie
Sephil Saga Homepage: (url="http://"http://www.cwssoftware.com")www.cwssoftware.com(/url)

Thanks! I didn't have the resoource ID right.

------------------
EV Nova is like digital crack, and I am addicted.