So as you look through out the scripts you'll see things like $game_map. How are such calls created? how do you um...create if you will the whole $call_me type of "call."
I cannot grasp this concept for some reason. Using $game_map as an example how do we go from the script called Game_Map to a simple call called $game_map? is it a method? I might be blind But I cant find documentation on the $ part of that call either
__________________________
Games I am working on | Each image is a link to the game
Group: +Gold Member
Posts: 4,136
Type: Scripter
RM Skill: Undisclosed
$ is the prefix for a global variable. An instance of the Game_Map class is assigned to the $game_map global variable during the title scene. Search for the create_game_objects method within Scene_Title.
__________________________
FRACTURE - a SMT inspired game (demo) made by Rhyme, Karsuman and me. Weep and ragequit.