- Joined
- Oct 29, 2021
- Messages
- 2
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
Hi, I am new to javascript and RPG maker scripting (also the forum). Currently, I am trying to convert a dating sim I made in twine, into RPG maker MV but I am rather confused. Currently, this system is supposed to check the character's (you the player are interacting with) affection, then check the random "roll" variable which is updated every time the event is accessed, to then change how the character responds to the player. This is exactly how it works in my twine version of the game, I just have no clue how to convert it, I did try some standard javascript stuff but it didn't work either.

