View Single Post
  #10  
Old 08-11-2017, 07:24 PM
The_Beast's Avatar
The_Beast
Discordant
 
Join Date: May 2016
Location: Under a rock
Posts: 290
Default

Myself, I usually don't call for status in something so simple, I use a level range.

if (($ulevel > 0) && ($ulevel < 70)) {

and this

elsif (($ulevel > 69) && ($ulevel < 80)) {
Reply With Quote