counters delethash value

I was wondering if anybody knows a way to construct the hash values given by mafia for the CLI command "counters deletehash" as seen in the relay browser's character panel as links of the turns remaining.

For instance I currently have an SR window start (160) with the command "counters deletehash 28833477"
 

jasonharper

Developer
It's absolutely impossible to construct that value yourself - it's actually the memory address of the counter object. That was the easiest way to get an unambiguous reference to a specific counter, since they can have the same ending turn, the same text, or the same image as another counter.
 
Top