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
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old March 5th, 2013, 07:27 AM
So in searching around, it appears language pre-reqs are handled in Pick-reqs. However, it appears that you can't do or statements there. I have a pre-req that requires the character to speak one of four languages (Auran, Aquan, Ignan, or Terran). I can't get a valid message with one of these languages in either the Eval Rules or Pre-reqs areas. Here is what I have at the moment:

in Eval Rules, tried both Pre-levels 9000 and Pre-levels 11000 (before and after the timing on tasks for the languages)
Code:
validif (hero.childfound[lAuran].tagis[thing.activated] <> 0)
Even with Auran selected, it gives me an error message. I can handle the or part of the equation later, but my question is, can you do language pre-requisites outside of Pick-reqs?
Sendric is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old March 5th, 2013, 07:41 AM
d20 does not make use of thing.activated - everything in d20 will have that tag, so it's not something you should be testing for.

Code:
 
validif (hero.childlives[lAuran] <> 0)
Mathias is online now   #2 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old March 5th, 2013, 08:01 AM
Ah. Thanks very much!
Sendric is offline   #3 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 03:59 PM.


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