Just out of curiousity, how does this Ifcheck interact with ECLs? Does it go off of your cumulative level, or do you need to make adjustments based on ECL possibilities?
i.e., mountain orc's have an ECL of two. At max level, would it be:
If islevel($n) == 50
or
If islevel($n) == 48
Thanks!
If islevel
Re: If islevel
ECL does not factor in, you need their actual level. You should be checking for 48.
A goblin, a trickster, a warrior? A nameless terrible thing, soaked in the blood of a billion galaxies. A most feared being in all the cosmos. Nothing could stop, hold, or reason with it. One day it would just drop out of the sky and tear down your world.
Re: If islevel
Alright, glad I asked. I had actually assumed the opposite. Thank you!