View Single Post
Old 03-02-2007, 01:42 AM   #16 (permalink)
Jeff
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 28
Posts: 4,886
Default

Code:
        public double ActiveSpeed
        {
            get{ return m_ActiveSpeed; }
            set{ m_ActiveSpeed = value; }
        }

        public double PassiveSpeed
        {
            get{ return m_PassiveSpeed; }
            set{ m_PassiveSpeed = value; }
        }
These control the speed of the creatures AI.
__________________
Jeff Boulanger
ConnectUO - Core Developer

Want to help make ConnectUO better? Click here to submit your ideas/requests
Use your talent to compete against other community members in RunUO hosted coding competitions

If you know XNA (even if its just a little) or are a good artist(2d or 3d) and are interested in making games for a hobby send me a pm or drop by #xna in irc.runuo.com. I'm looking to put together a small game development team.


Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO
Jeff is offline   Reply With Quote