View Single Post
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 20th, 2011, 07:41 PM
********** Start Evaluation Cycle **********

wFtrGroup.? & CustTaken.cHelpBrd & Helper.TertiarycHelpBrd
is all I get.



If I remove linkage[varies].idstring and use
expr = "wFtrGroup.? & CustTaken.cHelpBrd & Helper.Tertiary"

it increases the first weapon group chosen by 1. Which puts it 2 higher than it should be. (Making it +3 at level 6 and +2 at level 5 etc.... It is even + 1 at level 4 or lower at this point, which would be right if it were selectable at those levels.)

If I have debug on and I use
expr = "wFtrGroup.? & CustTaken.cHelpBrd & Helper.TertiarycHelpBrd"

or

expr = "wFtrGroup.? & CustTaken.cHelpBrd & Helper.Tertiary" & linkage[varies].idstring

then,

it appear it doesn't like
doneif (hero.haschild[BaseCustSp,expr] = 0)

it says invalid tag expression specified for 'haschild' after it compiles. If I turn off debug nothing happens and it compiles without the message.
Pezmerga is offline   #22 Reply With Quote