Which scenes script in particular? There are two versions:
There's the Dialogues (.csv format) in Data --> Dialogues - these house most of the "scene" structures, along with the commands for which image does what, when, and how quickly
And
There's the in-game Events (made in RPGMaker itself) --> these are where you insert the commands for the script itself (ex. "play_scene(scene-name, switch#, variable#) here"
You need to fiddle with and implement both to make them work in tandem / create the scenes you're intending to make.
Yeah it was the play_scene that confused me as it looked like it was using an external program to RPG Maker to run the sex scenes.
I’m basically trying to find any vaginal scene (I know I'd have to read the commands) but the script play_scene threw me off.
I have found the dialogue and can edit it if necessary, thank you for that.
The scenes are a bit trickier as there are events all over the place so I have to search one by one.
The play_scene is throwing me off because I want to edit the scene and add the commands I mentioned after the option to cum.
I'll search thoroughly because I only did a casual sweep yesterday.
Don't worry, other than scripting I am quite fluent in RPG Maker as I've been using it since XP.
Even then, I can easily adapt to the easy script commands just from reading the events (simple ones like variables).