View Single Post
Old 11-26-2004, 04:50 AM   #8 (permalink)
CodeCat
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

What I said, you should make sure all of the powers have unique enums. I don't know which you're currently using, but if two different powers have the same enum, they conflict with each other.

So what you need to do is make sure all the enums are unique, by using some unused ones for the new power.
CodeCat is offline   Reply With Quote