majorgames
Guest
- 0
- Posts
Ok I am really unsure where I should put this thread so if its in the wrong place...Please either tell me and move it or tell me where I should put it before closing it...thank you
When working on my game, I noticed a problem I really don't know how to fix...the problem was there when I downloaded it but every time I go into a map marked outside I get an error very much similar to this (or the same exact one)
I know this is relating to the shadow and day and night tints...but I am unsure how to fix this problem
When working on my game, I noticed a problem I really don't know how to fix...the problem was there when I downloaded it but every time I go into a map marked outside I get an error very much similar to this (or the same exact one)
Code:
Exception: NoMethodError
Message: undefined method `+' for nil:NilClass
PokemonUtilities:289:in `getRoughLatLon'
PokemonUtilities:386:in `getLatLong'
PokemonUtilities:586:in `getToneInternal'
PokemonUtilities:584:in `each'
PokemonUtilities:584:in `getToneInternal'
PokemonUtilities:353:in `getTone'
PokemonUtilities:2095:in `pbDayNightTint'
Sprite_Character:124:in `update_or'
PerspectiveTilemap:408:in `shadow_update'
Shadow:179:in `update'
I know this is relating to the shadow and day and night tints...but I am unsure how to fix this problem