Question concerning the reference manual

● ARCHIVED · READ-ONLY
Started by Matombo 4 posts View original ↗
  1. I know that you can access for example with $game_variables[] the event variables.

    But i didn't found that in the documentation of rgss.

    So my question is: where do i find a complete list of such pre defined arrays.
  2. They are not documented in the help file because it is not part of RGSS.


    The scripts that come with the project are just a starter project that uses RGSS.


    You'll have to look through the scripts to see all of the things that are available.
  3. thank you

    (ok extra work to do or so xD, -someone- should make a list, maybe i write a litte bit down during my research and post it ^^)

    edit: just realized that it's pretty well ordered when you really start looking in the scripts, ok no need for a list than ^^
  4. There are lists like this as forum topics already, like the topic about script equivalents of event commands or the script call support.


    Those aren't complete lists, but they will show the most often used script commands and equivalents, so it's a good way to start.