gajse-filetext
GAJSE Official addon for support Files on the Text interface.
Before gajse-filetext :
var text={ var Character=char; ;};text;
After gajse-filetext :
/* in the scene file */var FileText=;var text="hello.js";text;
/* in the hello.js */var Character="Character""pink";;