There's a bunch of helper functions in variables.rpy.Speaking of unren, anyone found the console commands or do they even exist? Particularly for relationship score controls.
I know they're not particularly meaningful stats right now, but knowing how mess with them for when they are would be cool.
Code:
getrel(char, target)
getrel(bf, f2)
setrel(char, target, integer)
setrel(gf, m2, 5)
relup(char, target)
increases relationship score by 1
reldown(char, target)
decreases relationship score by 1
relmost(char)
returns char.name
Code:
getflag('bf', 'event.d2')
event.d2: {'target': 'f1', 'action': 'beach', 'level': 3}
getflag('bf', 'event.d2.target')
event.d2.target: f1
Actors[bf.name].flags
to get the dict.