06-04-2016, 08:17 PM
Well, some things right... Some things wrong. General math symbols of +(add) -(minus) /(divide) *(multiply) are used almost universally between coding formats. However, one can use the / in various ways such as filenames and directory paths. And the '$' symbol is used to create what WE call global variables. That is, it is a variable which can be used throughout your entire game... hopping from script to script (like $game_actor or $game_system).
I've been toying with the idea of penning a sorta cheat-sheet help file or booklet on scripting. While you may not have heard of something called the RMXP SDK, the creators of that script package had a set of guidelines for scripters that was pretty choice.
In the forum's TUTORIAL board, you can find a RUBY help file that ntzrmtthihu777 converted from a website. Very detailed.
I've been toying with the idea of penning a sorta cheat-sheet help file or booklet on scripting. While you may not have heard of something called the RMXP SDK, the creators of that script package had a set of guidelines for scripters that was pretty choice.
In the forum's TUTORIAL board, you can find a RUBY help file that ntzrmtthihu777 converted from a website. Very detailed.