Thread: berserker crits
View Single Post
  #2  
Old 06-04-2006, 02:44 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

yer syntax was off a bit:
Code:
if((GetClass() == WARRIOR || GetClass() == BERSERKER) && mylevel >= 12) {
does what you want.
Reply With Quote