Hi folks,
I've been playing around with Inspiration Pad, and so far it's great! But I've come across something that seems like it should be easy, and I can't figure it out.
I want to generate an encounter of creatures (say, rats in this example) and to keep the return values succinct I want to get the results as close to one line as I can. Something like this:
6 rats. AC 6, HD 0.5, HP 3, 4, 3, 3, 1, 2.
The syntax I've attempted is along these lines:
[roll={1d6}] rats. AC 6, HD 0.5, HP [
@roll {1d6} >> implode].
..but the [@ ] syntax is pretty clearly looking for a table, so I'm getting errors. Am I missing something?
Comments
Also, a small [when] statement can be useful It can be closed in magic table and used like that: Surly doesn't solve all problems (like with "wolf" and "wolves") but may be helpful.
Good luck
I later modified Roller to handle the possibility of super rats (1d4+2 hp):
Having a table for dice rolls isn't pretty, but this is the cleanest solution I've found.
p.s. Plural/singular solutions are never satisfactory or complete, so I've resigned myself to just ignoring the occasional "1 rats".