jamnut = example of new character
example_extra_scene = example of adding a new scene to simone

variables
--------------
k = kira
sa = sam
n = nate/player character
si = simone
janet = janet
gloryhole_girl = kacey (her scene scripts are in others_scenes.rpy)
edna = edna
julia = julia

text/dialog code
----------------
k.c "Hi this is [k.say_name] talking"


changing poses/etc code
---------------------
call process_character(janet, appearance = "outfit nude pose handface face neutral blush false")
call process_character(n, appearance = "outfit nudesoft pose behindhead face curious blush true")

what poses and expressions and outfits are available
-----------------------------------
check bust art image filenames to find out
for new characters, it's up to you to decide which to use
it's worth noting that "clothes" is the default outfit for characters and "neutral" for face, 
but you can change this for new characters using class methods

adding points
---------------
example, adding to kira

call add_points(k, 1, tag = "a_unique_tag_so_we_cant_infinitely_repeat_the_points")