Two window text box help
Posted: Wed Jul 13, 2016 11:12 am
fixed
Supporting creators of visual novels and story-based games since 2003.
https://lemmasoft.renai.us/forums/
Code: Select all
define pov = Character("[povname]", color="c8ffc8", show_two_window=True)
define c = Character("[Casey]", color="c8ffc8", show_two_window=True)Code: Select all
define pov = Character("povname", color="c8ffc8", show_two_window=True, who_prefix="[", who_suffix="]")
define c = Character("Casey", color="c8ffc8", show_two_window=True, who_prefix="[", who_suffix="]")Code: Select all
c "I'm Casey."
pov "I'm another character."