if (
// BaseThird == Job_Rune_Knight ||
// BaseThird == Job_Warlock ||
// BaseThird == Job_Ranger ||
BaseThird == Job_Arch_Bishop ||
BaseThird == Job_Mechanic ||
BaseThird == Job_Guillotine_Cross ||
BaseThird == Job_Royal_Guard ||
// BaseThird == Job_Sorcerer ||
// BaseThird == Job_Minstrel ||
// BaseThird == Job_Wanderer ||
// BaseThird == Job_Sura ||
BaseThird == Job_Genetic
// BaseThird == Job_Shadow_Chaser
)
set @bodystylemax,1;
else
set @bodystylemax,0;
I cant seem to make this work...
what is wrong?
I want @bodystyle to be 1 if the job is not comment with //