This script doesn't work, it displays invalid syntax errors i've tried Helper.xImm*** and ShowSpec.xImm*** to no avail.
Any help,
Please?
Code:
~If we're 9th level then we are immune to Nausea
if (#totallevelcount[] >= 9) then
perform hero.assign[xImmNausea]
else
~If we're 3rd level then we are immune to Sickness
if (#totallevelcount[] >=3) then
perform hero.assign[xImmSicken]
endif
endif
Any help,
