- Joined
- Feb 8, 2017
- Messages
- 67
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- RMMV
Here's my situation. I'm using a rather long common event from a posted demo from somewhere as the basis for a minigame I'm putting in my game. (all permitted by the author)
However, like I said, it's quite long, and I need to make a lot of edits, as well as put in my own code where it's needed so that it interacts with certain switches etc. I could go line by line and make those changes, (mostly replacing variables since those var id's are already used elsewhere) but after a while it gets repetitive and easy to lose track of where I am. So I have to reload the original demo, double check myself, then reload my project, scroll down (would love it if there were a search function in a future release of MV that would allow us to locate code or comment in an event--or better yet search and replace)
Anyway, you get the picture.
Is there a way (or program, I'm not picky) that allows me to copy and paste or export the code to a text file or something so I can have a written copy to refer to, make notes on as to variable names etc? Or am I stuck with doing a line by line change?
However, like I said, it's quite long, and I need to make a lot of edits, as well as put in my own code where it's needed so that it interacts with certain switches etc. I could go line by line and make those changes, (mostly replacing variables since those var id's are already used elsewhere) but after a while it gets repetitive and easy to lose track of where I am. So I have to reload the original demo, double check myself, then reload my project, scroll down (would love it if there were a search function in a future release of MV that would allow us to locate code or comment in an event--or better yet search and replace)
Is there a way (or program, I'm not picky) that allows me to copy and paste or export the code to a text file or something so I can have a written copy to refer to, make notes on as to variable names etc? Or am I stuck with doing a line by line change?

