I'm trying to call this script command in an event command:
$game_system.face_graphic_justification = LEFT
My issue is that the script entry box doesn't seem big enough nor does it seem to carry on to the next line, it just cuts it off where it moves to the next line.
So when trying to run the command I get the error message
"undefined method: game_system.face_graphic_justifactio"
Any ideas on how I can fix this?