I'm trying to make a game with pokemon starter kit. i made a hometown, a route, another town, and some houses. but when I try to enter a house it gives me this message:
Exception: TypeError
Message: cannot convert Fixnum into String
Sprite_Character:93:in `+'
Sprite_Character:93:in `update_or'
PerspectiveTilemap:408:in `shadow_update'
Shadow:179:in `update'
Sprite_Character:33:in `perspectivetilemap_initialize'
PerspectiveTilemap:404:in `shadow_initialize'
Shadow:155:in `initialize'
Spriteset_Map:147:in `new'
Spriteset_Map:147:in `_animationSprite_initialize'
AnimationSprite:42:in `shadow_initialize'
Exception: TypeError
Message: cannot convert Fixnum into String
Sprite_Character:93:in `+'
Sprite_Character:93:in `update_or'
PerspectiveTilemap:408:in `shadow_update'
Shadow:179:in `update'
Sprite_Character:33:in `perspectivetilemap_initialize'
PerspectiveTilemap:404:in `shadow_initialize'
Shadow:155:in `initialize'
Spriteset_Map:147:in `new'
Spriteset_Map:147:in `_animationSprite_initialize'
AnimationSprite:42:in `shadow_initialize'
Anyone knows what i need to do?
(I am VERY sorry about my terrible english xD my grammar is terrible!)
what starter kit was it, if it where pokestarter/pokemon essentials than it would probobly mean it's not in the data or you need to change the terrain tag thats the only one i know about