I'm not all that familiar with JavaScript, but even after scouring the documentation I couldn't seem to find anything relevant. I checked to make sure I have commas multiple times, and I haven't really touched much besides writing some dialog and following the steps to make a sub-directory for sprites and such. This is my first time using Monogatari and I'm trying to just do a very simple practice thing (like, less than ten lines of dialog simple) to get a basic grasp of the core features I'll use most often.
If it helps, here's that section of the script:
'show character k tweaking at right',
'k ...',
'k ...........',
'show character k pissed at right',
'k maybe theron had the right idea with the whole murder thing after all',
'show character t here at left',
'show character k sweat at right',
't You called?',
'show character k panic at right',
'k WHY DO I HEAR BOSS MUSIC',
'end'
Ignore the weird names I have for the sprites, I just name them something memorable 😠when I want to show both character t and k at the same time, k's sprite disappears for the "You called?" line when t shows up, and then they're both on screen like they should be. I tried moving around the 'show character k panic at right' line and even putting it before AND after the "You called?" dialog and still got the same result. I'm probably just missing something or have bad code somewhere else maybe, but as far as I've seen I can't find anything. Does anyone know how to fix this? (edit: the post formatted weird but I do have it properly indented in my file)