This works:
if playersAlchemy >=40 if (Game.GetPlayer().HasPerk(Alchemist40)) == 0 Game.GetPlayer().AddPerk(Alchemist40) endIf endIf
But this doesn't compile:
if playersAlchemy >=40 AND (Game.GetPlayer().HasPerk(Alchemist40)) == 0 Game.GetPlayer().AddPerk(Alchemist40) endIf
Error is "Required (...)+ loop did not match anything at input 'AND'"
I'm not a programmer so this mumbo jumbo message is maddening to begin with, and CK wiki has no reference on conditional statements that I could find. Help please?
