Thread: help?
View Single Post
Old 09-18-2003, 01:08 PM   #9 (permalink)
Ceday
 
Join Date: Nov 2002
Posts: 636
Default

Probably, what you are looking for is

public double ArmorRating [ get] method which is in Mobile Class.

you have to override:

public override double ArmorRating
{
get { return 100; }
}

add these lines to your custom player scripts..
Ceday is offline   Reply With Quote