View Single Post
  #5  
Old 03-02-2003, 07:49 AM
farce
Hill Giant
 
Join Date: Feb 2003
Posts: 126
Default

also, you wanna make it


Code:
if(check_level-1 == 20 && !this->GetPVP()) {
   this->SetPVP(true);
}
>= becomes just ==

the previous incarnation would make a non pvp who was dinging to any level 20 and up turn pvp, which may not be your desire.

farce
Reply With Quote