• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Problem entering house

66
Posts
12
Years
  • 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!)
     

    k-9 unit

    flood infected pikachu (BRAINS
    20
    Posts
    12
    Years
  • 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
     
    66
    Posts
    12
    Years
  • 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

    Yes I use pokemon essentials. And what do you mean with 'it's not in the data'. I made an event. and when i try to enter, I am in the house, but it's all pitch black and it gives me that error immediately.
     
    66
    Posts
    12
    Years
  • Maybe you need to change the event so that it teleports you to inside the house properly and not in a pitch black area?

    This is what i do: New event page -> Transfer Player -> My house -> *Click on Doormat* -> OK -> OK -> Apply -> OK.
    Do i need to script anything else ?
     

    Ryan Hekk

    Game Developer
    62
    Posts
    13
    Years
  • Did you click on it as "On Touch" in the radio buttons, rather than having to press the space bar to activate it? I don't think you need to put it on a second page. Put it on the first page of the event.
     
    66
    Posts
    12
    Years
  • Did you click on it as "On Touch" in the radio buttons, rather than having to press the space bar to activate it? I don't think you need to put it on a second page. Put it on the first page of the event.

    I did press 'player touch'. so, when i touch the door i enter a black room, with an error message,

    Well i guess I am not made for these script things. :P
    I will make a world map, and try to find someone that is able to script it :)
     

    Rai Rai

    Master of everything!
    262
    Posts
    13
    Years
    • Seen Aug 29, 2012
    I tend to get that error with essentials, usually when I try to transfer the player to a map that is connected to the one your transferring the player from. But not sure about how you could have got that error, unless you have connected the interior maps to your map the player is being transferred from.
     

    k-9 unit

    flood infected pikachu (BRAINS
    20
    Posts
    12
    Years
  • Yes I use pokemon essentials. And what do you mean with 'it's not in the data'. I made an event. and when i try to enter, I am in the house, but it's all pitch black and it gives me that error immediately.
    not in data means that it is not in the game's database (runtime error)
     
    Back
    Top