View Single Post
  #1  
Old 08-11-2006, 06:58 AM
jawa21
Sarnak
 
Join Date: Aug 2003
Posts: 30
Default Issues making this work the way I need it to.

I've made this quest which levels a character to 10 and gives them a set of starting gear. The problem comes in when I try to keep people over level 10 from being able to trigger the quest (in order to keep them from accidentally deleveling themselves). I can't figure out where to put the if statement, or if I'm using all the right commands for it.

I've tried putting
Code:
   if ($mlevel >= 10)
   {
   quest::me("Turns her nose to the air indignantly.")
   }
All over in the script, along with try elsif in various places. Any ideas? Full code is in the post below.
Reply With Quote