View Single Post
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 239

Old May 2nd, 2017, 01:15 PM
Getting closer, timing was the problem for one portion:

Code:
    <eval index="2" phase="Setup" priority="5000"><![CDATA[
	if (field[usrChosen1].ischosen = 1) then
      herofield[acCashMult].value += 2
	  endif
	  ]]>
      <before name="Calc trtFinal"/>
      </eval>
So now the trick, if possible, I want that to occur only when they select the option:

Code:
  <thing id="siBBBagGo" name="Bag of Gold" compset="Simple">
    <usesource source="Beasts"/>
    <tag group="User" tag="Advant"/>
    </thing>
That is the first choice in the selection. Right now, just selecting the Edge now gives the Cash multiplier bonus.
Gumbytie is online now   #5 Reply With Quote