- Joined
- Feb 15, 2020
- Messages
- 27
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMVXA
Is there any kind of script madness I could go with to execute an external program or something, such as opening notepad.exe? I really just want it to be like this:
walk onto an event tile, (player touch trigger) then open notepad.exe with a script from Ruby
and also I want to know how to make a script that could create a .txt file in the game folder just to add a little disturbingness sort of- kind of similar to Doki Doki Literature Club, when it
. However, I want it to simply make a text file with some content and a name in the game folder like as in:
Document/RPGVXAce/(gamename)/(Folder where the text file would go)\TEXTFILENAME.txt
So basically a script that could make files with content, all in one script. I really am trying to figure it out, but I just don't know how, so, just to add a little more variety to my game I want something like that. (I'm bad at explaining this)
walk onto an event tile, (player touch trigger) then open notepad.exe with a script from Ruby
and also I want to know how to make a script that could create a .txt file in the game folder just to add a little disturbingness sort of- kind of similar to Doki Doki Literature Club, when it
executes events in renpy to create files and delete files from the game folder and stuff..
Document/RPGVXAce/(gamename)/(Folder where the text file would go)\TEXTFILENAME.txt
So basically a script that could make files with content, all in one script. I really am trying to figure it out, but I just don't know how, so, just to add a little more variety to my game I want something like that. (I'm bad at explaining this)

