Thread: review my work?
View Single Post
  #4  
Old 09-11-2004, 02:39 PM
8ball
Fire Beetle
 
Join Date: Sep 2004
Posts: 12
Default

what i was trying to do with the $level = $level thing was i wanted the person to just say a number, then use quest::level($level) to level them up to there desired level.

edit---

maybe this would work?

Code:
{
 int $level;
 if($text=~/$level/i)
  {
    quest::level($level);
  }
}
Reply With Quote