View Single Post
  #1  
Old 06-20-2004, 05:00 PM
bbum
Banned
 
Join Date: Apr 2004
Posts: 245
Default can i get some help

can someone show me this in an example of this being used with 2 different sayings one for higher lvl one for lower

Quote:
if(($ulevel < $mlevel) && ($mlevel >=10)){
quest::say("I'm higher than you!");
}
Reply With Quote