#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 qty=“999” id=“578b38fc-2e96-4375-8763-d33bda7b5d19”>
<this />
</removemarker>
<question answer=“positiveInt” var=“$c” default=“1” text=“Add how many counters?” />
<addmarker qty=“$c” id=“578b38fc-2e96-4375-8763-d33bda7b5d19”>
<this />
</addmarker>
<print text=“{this} now has {$c} markers.” />
</cardaction>
Attachments
No attachment has been uploaded, yet.
Loading comments...