• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Pre-reqs or Expr-reqs question

Kaleb

Well-known member
I am creating a magic item that can only be used by Dragons would I use pre reqs or Expr-reqs tab to do this.
 
You could use either. Expr-Reqs are good when you only need a single line of code and a yes/no answer; Pre-Reqs can have multiple lines.
In your case an Expr-Req sounds more suitable. Your expression could be "#hastype[tpDragon] <> 0"
 
Back
Top