PDA

View Full Version : Calculating



Fenloh
October 12th, 2008, 09:32
Here is a new one:


<statcheck name="astini" source="stat.astini.score">
<anchored>
<to>iniframe</to>
<position>insidetopleft</position>
<offset>105,54</offset>
</anchored>
<readonly />
<target>astini</target>
<description>
<text>Astral Initiative check</text>
</description>
<source>
<name>stat.intuition.score</name>
<op>+</op>
</source>
<source>
<name>stat.intuition.score</name>
<op>+</op>
</source>
<source>
<name>stat.astini.bonus</name>
<op>+</op>
</source>
<tabtarget>
<next>astini</next>
<prev>resonance</prev>
</tabtarget>
</statcheck>



I need the stat.intuition.score added up 2 times. Unfortunatly it only adds up 1 time. Any Ideas why that happens?

I do have a workaround, but i am still interessted in a good solution.

Fenloh

Fenloh
October 12th, 2008, 10:40
is the function "onUpdate" even the correct one? That checkfield is actually changed automatically.

Fenloh

Fenloh
October 12th, 2008, 22:53
That issue is Solved.