Problem entering house

Started by mysteryme August 21st, 2011 3:48 AM
  • 1577 views
  • 8 replies
Male
Netherlands
Seen July 29th, 2016
Posted February 23rd, 2013
66 posts
11.8 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

Age 22
Male
i wish canada -_-
Seen March 4th, 2012
Posted February 6th, 2012
20 posts
11.7 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

golden victini (first GIMP image)
Male
Netherlands
Seen July 29th, 2016
Posted February 23rd, 2013
66 posts
11.8 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.
Male
Netherlands
Seen July 29th, 2016
Posted February 23rd, 2013
66 posts
11.8 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 ?
Age 32
Male
Hamilton, Scotland
Seen August 14th, 2012
Posted December 24th, 2011
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.
My Pokemon fan game is currently in development.

Title: Pokemon Generations: The Kanto Chronicles

Named on January 28, 2011.
Male
Netherlands
Seen July 29th, 2016
Posted February 23rd, 2013
66 posts
11.8 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!

Male
Seen August 29th, 2012
Posted August 24th, 2012
262 posts
12.7 Years
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

Age 22
Male
i wish canada -_-
Seen March 4th, 2012
Posted February 6th, 2012
20 posts
11.7 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)

golden victini (first GIMP image)