View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old October 5th, 2010, 12:54 PM
Quote:
Originally Posted by tkarn View Post
After I solved a lot of problem,i have a Prereq-Question:

How can I handle that a feat is only at 1st level (during creation) available?
Prereq:
Code:
 
~ If we're level 1, we're valid
validif (herofield[tLevel].value <= 1)
~ If the pick has already been added to the hero, assume the user
~knows best, or added it back at 1st level
validif (@ispick <> 0)
Mathias is offline   #18 Reply With Quote