Jump to content

Recommended Posts

  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Try putting something like this in the output code after the calculations, where Status.Var3 is your variable.

 

<EventLog DisplayType="FateCard" EventFlags="General" Icon="House" IconId="10">
<NameText Flags="" Notes="" Text="Your description" />
<Descriptions>
<EventLogDesc>
<DescriptionText Flags="" Notes="" Text="%Status.Var3" />
<SummaryText Flags="" Notes="" Text="Your explanation" />
</EventLogDesc>
</Descriptions>
</EventLog>

 

That will drop it in the ledger's log.

Posted (edited)
The message showed up without value of variable. It just reads plainly %...... I have tried &, $ too but to no effect. Edited by pasmon79
Posted

Try this:

 

<EventRewardStat ExludeFromSummary="false" Icon="HappyFace" OutputAmount="Status.Var3" OutputId="DummyVar" RewardList="General" IconId="11">
<DescriptionText Flags="" Notes="" Text="%+d" />
</EventRewardStat>

<EventLog DisplayType="FateCard" EventFlags="General" Icon="House" IconId="10">
<NameText Flags="" Notes="" Text="Your description" />
<Descriptions>
<EventLogDesc>
<DescriptionText Flags="" Notes="" Text="%d" />
<SummaryText Flags="" Notes="" Text="Your explanation" />
</EventLogDesc>
</Descriptions>
</EventLog>

Posted (edited)

Well i got a numerical value and i.e 0 each time(using a fatecard to test), no matter what value i assign to my variable.

Edited by pasmon79
Posted (edited)

No it was defined 1 in rtsdata. I understand that %d is throwing null value after not finding any desired value in memory.

 

I guess that I have to invent a new C routine just for bypassing this issue. :)

Edited by pasmon79
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...