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)
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?
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?