6 lines
322 B
Plaintext
6 lines
322 B
Plaintext
define sara = Character("Sara", color="#5acbd5")
|
|
define thinking = Character("Sara", color="#1d9fa4", what_italic=True)
|
|
define luno = Character("Luno", color="#1b449d")
|
|
define eron = Character("Eron", color="#c98a3a")
|
|
define narrator = Character(None)
|
|
define mercenary = Character("Iron Hollow Mercenary", color="#ff0000") |