Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old April 15th, 2013, 01:06 PM
Yo,

I'm making the Other Regions for Forgotten Realms, and I've having trouble making the proper Exp Req

My goal here is to make an Exp Req which would make this unavailable if the character has a standard race tag.

I know how to make a exp req for having a tag, like "hero.tagis[Race.Elf] <> 0" but how can I make it say hero.tagis is NOT elf?
GLBIV is offline   #1 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old April 15th, 2013, 01:15 PM
Sorry, that was nearly unintelligible.

I'm making inherited templates which will not be available to any standard race (dwarf, elf, halfling, half-elf, half-orc or human).

How can I write an Exp Req that will look for those tags and disallow the template if one is present?
GLBIV is offline   #2 Reply With Quote
RavenX
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2011
Location: Nowhere, Virginia
Posts: 3,633

Old April 15th, 2013, 01:46 PM
Quote:
Originally Posted by GLBIV View Post
"hero.tagis[Race.Elf] <> 0" but how can I make it say hero.tagis is NOT elf?
You're trying to disallow the Race.Elf tag from something? You may want to verify if this is something disallowed to half-elves as well, and instead of using the race tag, use the subtype tag for Elf.

The expr-req you are setting up is saying if this tag is present, we're valid. The <> 0 part reads "Is non-zero". hero.tagis[] is searching for the tag in question and if that tag is not on the hero, it returns a value of 0. (like the off position in a switch in an electrical circuit). If you want the expr-req to be valid for cases where the tag is 0 (i.e. the hero doesn't have the tag on it), switch it to

Code:
 hero.tagis[whatever.Elf] = 0
This will make the expr-req search for the tag and provide an invalid choice if the Elf tag you are seeking is present.
RavenX is offline   #3 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old April 15th, 2013, 01:49 PM
perfect, thanks
GLBIV is offline   #4 Reply With Quote
RavenX
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2011
Location: Nowhere, Virginia
Posts: 3,633

Old April 15th, 2013, 02:03 PM
Are you doing the core rulebook for FR or the 3.5 updated Regions?
RavenX is offline   #5 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old April 15th, 2013, 04:18 PM
Quote:
Originally Posted by RavenX View Post
Are you doing the core rulebook for FR or the 3.5 updated Regions?
I'm making a compiled 3.5 update file for FR in d20. So really, it's info from Races of Faerun, FRCS and PGtF. I've retro fitted mounds of the PF stuff that you've done, but my goal is to have a file with all the races, languages, PGtF regions and regional feats by April 25 for the 1.9 community update.
GLBIV is offline   #6 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:44 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.