c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
7,024
16,387
Looking at the Ren'py files, suprised that Stan don't think::oops:
Python:
...
define jy = Character("Johnnie", color="#fdff33", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define jyt = Character("Johnnie's thoughts", color="#fdff33", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define bb = Character("Bad Bob", color="#f30909", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define bbt = Character("Bad Bob's thoughts", color="#f30909", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define sn = Character("Stan", color="#dad3d3", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define dl = Character("Della", color="#33e6ff", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define dlt = Character("Della's thoughts", color="#33e6ff", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define jz = Character("Jesus", color="#63a95e", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
define pa = Character("Paco", color="#c2c63d", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
...
 
Apr 2, 2023
490
1,175
In honor of the ladies of the FOX BOX I dedicate this to myself and whoever else is currently downloading the beta patch.

 
  • Like
Reactions: motseer
4.20 star(s) 162 Votes