When I use the following program....
Table: Temples
Set: TSize = [
@TempleSize]
[when]{$TSize}=Shrine [do]{$TSize} {1d6} Gold[end]
[when]{$TSize}=Small Temple [do]{$TSize} {1D6*5} Gold[end]
[when]{$TSize}=Standard Temple [do]{$TSize} {1D6*10} Gold[end]
[when]{$TSize}=Large Temple [do]{$TSize} {1D6*50} Gold[end]
Table: TempleSize
Type: Lookup
Roll: 1d6
1:Shrine
2-3:Small Temple
4-5:Standard Temple
6:Large Temple
... I get a number of blank lines with checkboxes in between the other results. I can't figure out what''s causing them, so help would be most appreciated.
Thanls,
Guy
Comments
If the whens get very complex and you need to separate them into multiple lines, be sure to use the line continuation character, &