QUOTE(Shattered Rift @ Nov 25 2004, 05:07 PM)
Updated Silver Bullets haven't been made yet, nor have the updated Fangs... er, have they? Spark Bombs aren't perfected (they work, but they're not Spectre-only). Wolf Nail was in that same boat, last I checked.
And I haven't coded the N.A.T. or the Critter, or the other thing that needs a name. We still have a bit more to finish.
Bullets, no, fangs, yes, here's the code you need: (wolves=9, pheonix=10, spectre=11)
CODE
if (($ibforums->member['mgroup_others'] == 9) OR ($ibforums->member['mgroup_others'] == 10)) {
$this->_error("Sorry, you must be a member of group 11 to use this item!");
}