It looks like you're new here. If you want to get involved, click one of these buttons!
I've got the generator set up to label hexes with a prompted number, which defaults to 0101 (I bet you can see where this is going). Each rep adds 1 to the hex number (prompt + rep-1). I just realized if 0 doesn't display if it is the first digit, so the default displays as "101" instead of "0101".
This is what I've currently got.
Prompt: Hex #{} 0101
Table:Hex Encounters
Hex {$Prompt1+{rep}-1} has \n
<
ul>[!{1d2+1} HexFeatures]
Comments
Maybe:
I didn't test it though.
Something like this might work:
The idea is to stick several zeroes at the beginning of a string, and then use the right filter to take the right X most characters. You could adjust this as needed for your coordinates.
Thank you both