This may be more of a Authoring Kit question than a SW one, but when working with character output sheets in the Portal section looking at position I see a line like:
The description of that declares "limit our portal height to one line of output". That works great for limiting things to 1 line. But, if I comment the line out, hoping to set no limit at all, only some of my items will print all of their lines of text while others will limit themselves to a single line. On the other hand if I wanted to limit that output so, say, 5 lines of text it looks like everything will either limit itself to 5 lines (what I expected) or it expands itself to 5 lines if it was less than 5 lines (not what I expected at all.)
Is there a better way to deal with variable height lines? The wiki doesn't really seem to cover this too well (or if it does my search-fu is failing me yet again.)
Code:
portal[details].lineheight = 1
The description of that declares "limit our portal height to one line of output". That works great for limiting things to 1 line. But, if I comment the line out, hoping to set no limit at all, only some of my items will print all of their lines of text while others will limit themselves to a single line. On the other hand if I wanted to limit that output so, say, 5 lines of text it looks like everything will either limit itself to 5 lines (what I expected) or it expands itself to 5 lines if it was less than 5 lines (not what I expected at all.)
Is there a better way to deal with variable height lines? The wiki doesn't really seem to cover this too well (or if it does my search-fu is failing me yet again.)