Thread: Size Pre-reqs
View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,214

Old March 9th, 2022, 09:50 AM
Like the languages from your last request, the size of a character is stored in tags on the hero, so the same instructions on how to look it up yourself apply. Since huge, gargantuan and colossal all count for this prereq, you'll need several test characters (like an ogre, a giant, a titan, etc.), and once you have the tags, you can assemble all the legitimate tags together using tagexpr:

hero.tagexpr[Group1.Tag1 | Group2.Tag2 | Goup3.Tag3 | Group4.Tag4] <> 0

That way, if the character has any of those tags, it's legal.

Last edited by Mathias; March 9th, 2022 at 10:01 AM.
Mathias is offline   #2 Reply With Quote