QUOTE (HellRazor @ January 29, 2007 10:04 am) |
What would be the most efficient way to add these? Should I use the same enum that Stone and Sand Mining use? Something similar? Each ability have its own prop? Or all of them stored in an array? |
QUOTE (Xarlon @ February 01, 2007 02:39 pm) | ||
Stone Mining and Sand Mining have their own props, they're separate from each other to allow people to have one or both. I don't recommend putting it into an enum unless you intend to make a setting for each ability, and every combo of abilities. What I would recommend is making a section similar to the weapon abilities. When you [props a wep, the abilities only take one property slot, but when you open it, there's 2 pages abilities. Making your system like this would allow it to only take one slot on the props window, and hold as many abilities as you want without cluttering the [props window for the chars. I hope this made sense. |