@keyblade_bearer: Read the instructions, you need to set up the Map IDs where you want names to appear and you need pictures for that.
Your're crapin' me.
Edit: Ok, I've made a screenshot and saved it in My Pictures as Iia. So, now I edited it like this:
class Game_System
attr_accessor :Iia
attr_accessor :Iia
alias init_names_later initialize
def initialize
init_names_later
@map_name_id = 0
@name_timer = 0
end
end
#==============================================================================
# Name_Sprite
#==============================================================================
class Name_Sprite < RPG::Sprite
attr_accessor :timer
def initialize
super
if $game_system.map_id == $game_system.game_map_id = 0
@timer = $game_system.
Yeah, I know I kinda screwed it up....I'm like a brand new scripter, but I know what some things mean.
Heres the error: undefined method 'map_id' for # <Game_System:0x474a7d0>
Now, I know it's something to do with reading the maps...