Hi,
I want to use the eA Job System to check an 'if' statement, having some trouble.
I want the statement to check:
If user is fully advanced class (e.g. Lord Knight, Paladin) OR user is at the end of the baby line (e.g. Baby Knight, Baby Hunter).
User is NOT first class (can the classes above).
This is my script.
.@eac = eaclass();
// if (2-1/2-2 + rebirth OR 2-1/2-2 + baby BUT NOT FIRST CLASS)
if (.@eac&EAJL_2&(EAJL_UPPER|EAJL_BABY))
{
dothis();
}