Fun with dialogues.

This commit is contained in:
Mari the Deer 2021-09-14 18:40:22 +02:00
commit f6f2854bf6
96 changed files with 1565 additions and 161 deletions

View file

@ -1,5 +1,11 @@
// oneliner handling
Class LastLine
{
String type;
int lineno;
}
extend Class SWWMHandler
{
transient String oneliner, onelinersnd;