Thread: [Question] Event Glitching?
View Single Post
  #1  
Unread December 30th, 2012, 03:00 AM
WinterKirby's Avatar
WinterKirby
Mime Jr.
 
Join Date: Dec 2012
Age: 1
Gender: Male
Nature: Mild
Door events, specifically. On random door events, when I enter into the building, I get the following error:
Code:
Exception: NoMethodError
Message: undefined method `*' for nil:NilClass
Game_Character_1:198:in `screen_z'
Sprite_Character:148:in `update_or'
PerspectiveTilemap:430:in `shadow_update'
Shadow:179:in `update'
Sprite_Character:37:in `perspectivetilemap_initialize'
PerspectiveTilemap:424:in `shadow_initialize'
Shadow:152:in `initialize'
Spriteset_Map:162:in `new'
Spriteset_Map:162:in `_animationSprite_initialize'
Spriteset_Map:161:in `each'
I don't know why it's happening; these events are practically identical to all the other door events, save graphic and target.

So far, this happens for two buildings, one of which previously worked until I randomly got the glitch for no specific reason.

Somebody halllp.

EDIT: It's not the event; it's actually the map it transfers to. One is a Pokémon center, which is actually just a Pokécenter copy/pasta'd from a previous city. The copy Pokécenter doesn't work. The second is a Trainer dojo, where you can battle trainers and get items. It worked, and then suddenly didn't.
__________________

Last edited by WinterKirby; December 30th, 2012 at 03:07 AM. Reason: New information
Reply With Quote