#158

New

Inconsistent state. Missing markers to remove

Reported by Kurt on OCTGN · 03/12/2009 03:01:20

Assigned to:
jods
Priority:
Normal
Status:
New
Category:
None
Version:
0.6.*
Issue type:
Bug

This error occurs it seems only when you do “Set Counters” to 0 in the box. If you remove a marker if you have one left it doesn’t occur. If you have a marker on your card and then do Set counters to 0, it will say “Inconsistent state. Missing markers to remove”

Here is the code to “Set Markers” that I use for game definition:

<cardaction menu=“Set Markers” shortcut="F3">
<mute />
<removemarker id=“578b38fc-2e96-4375-8763-d33bda7b5d19” qty="999">
<this />
</removemarker>
<question var=“$c” text=“Add how many counters?” default=“1” answer=“positiveInt” />
<addmarker id=“578b38fc-2e96-4375-8763-d33bda7b5d19” qty=“$c”>
<this />
</addmarker>
<print text=“{this} now has {$c} markers.” />
</cardaction>

Attachments

No attachment has been uploaded, yet.


Loading comments...