Proper way to write a variable using a percent?
I made this what I thought it should be and it completely breaks the quest, can someone tell me the proper format for this in perl?
This is what I currently have, it completely breaks the quest.
if($mlevel >= .34 $ulevel) {
It is basically supposed to say:
if mob level is greater or equal to 34% of userlevel
|