View Single Post
TobyFox2002
Senior Member
 
Join Date: Nov 2013
Location: Andover, Ma
Posts: 632

Old January 10th, 2014, 07:55 AM
Quote:
Originally Posted by Sendric View Post
My mistake. In that case, the only change to your code I would make is to combine the two races into one line, as such:

Code:
if (tagis[Race.Human] + tagis[Race.HalfElf] <> 0) then
  perform hero.assign[Language.lChessenta]
  perform hero.assign[Language.lDamaran]
  perform hero.assign[Language.lDraconic]
endif
Does not work, I've tried for several days to get this to work using every conceivable timing. And nothing.
TobyFox2002 is offline   #25 Reply With Quote