New account registration is temporarily disabled.

[RGSS] [SCRIPTING] [RMVX ACE] DIFFERENT FILE TYPES/EXTENSIONS AND SCRIPTING

Posts

Pages: 1
I recent;y downloaded some scripts from Yanfly on the pastebin account and copy pasted some scripts onto word. I have a file for VX Ace scripts in my documents as well that has what I assume are a good deal of scripts with the .js extension and are classified as JScript Script files. Is there a difference between the two and differences in how I or a scripter would go about implementing or installing them into a VX Ace project? Thanks in advance for any help. :-)
Marrend
Guardian of the Description Thread
21806
The Java files are probably for MV, as it uses Java for it's programming/script language. VX Ace uses Ruby, and would probably not take the Java scripts on an as-is basis.

I don't know what, exactly, would need to happen to get them to work in VX Ace. I imagine it would be more than a mere syntax difference. For example, I know Java uses the keyword "this" to refer to a class/module object within itself whereas Ruby uses the keyword "self".
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
Yeah you can't use Javascript in VX Ace. Those are for something else. They can't be converted.
Pages: 1