I'm working up some totem rage powers right now and noticed they had a more complex looking pre-req of:
Was this eventually replaced by #levelcount[Barbarian] or is there a specific reason to do the pre-req like this?
Code:
var classcheck as string
var levels as number
classcheck = "Barbarian"
call LevPreReqs
validif (levels >= 6)
Was this eventually replaced by #levelcount[Barbarian] or is there a specific reason to do the pre-req like this?