RPG Maker Forums

This is an MV 1.3.0 problem.  I know basic programming but I'm fairly new to both RPG Maker and Javascript.


I'm trying to create a script that writes an object's note to a text file.  I started by grabbing this sample code from a tutorial by SumRndmDde:


//Write Text File
var path = window.location.pathname.replace(/(\/www|)\/[^\/]*$/, '/data/');
if (path.match(/^\/([A-Z]\:)/)) { path = path.slice(1);
}
path = decodeURIComponent(path) + "save.txt";
var fs = require('fs');
fs.writeFile(path, "Game Complete", function(err) { if(err) { return console.log(err); }
});


This works as expected, creating (or overwriting) a "save.txt" file with the words "Game Complete" in it.  But step two - getting it to write a note instead - failed.  I've tried replacing "Game Complete" with both of the following:


$dataClasses[1].note
String($dataClasses[1].note)


...and all I get is an empty text file.  The note for class 1 is NOT empty.


Any idea what I'm doing wrong?

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,048
Messages
1,018,543
Members
137,834
Latest member
EverNoir
Top