Unique Posted December 4, 2020 Share Posted December 4, 2020 Hi, i have one problem, when i create interior, and when i stand on them, there's no description about it, no interior name, and blablabla.. and there is a warning on debugscript.. code: Spoiler Link to comment
Tekken Posted December 4, 2020 Share Posted December 4, 2020 You are trying to get the parent of a parent witch is kind of weird try replacing the line 453 with this local colshape = getElementParent(source) or "wrong"; Also you may want to outputChatBox(colshape) So we can see if that helps or not. 1 Link to comment
Unique Posted December 4, 2020 Author Share Posted December 4, 2020 1 hour ago, Tekken said: You are trying to get the parent of a parent witch is kind of weird try replacing the line 453 with this local colshape = getElementParent(source) or "wrong"; Also you may want to outputChatBox(colshape) So we can see if that helps or not. So.. mby you can tell me what i need to do/change? idk what's happening, because, before code was good, no prob, i didn't change anything, and this system broke by her self. lol'ed! Link to comment
Erlkonig Posted December 4, 2020 Share Posted December 4, 2020 25 minutes ago, Danex said: So.. mby you can tell me what i need to do/change? idk what's happening, because, before code was good, no prob, i didn't change anything, and this system broke by her self. lol'ed! He wrote what you should try to change. It's really looks strange what you want to get. As Tekken told you should try to change "local colshape = getElementParent(getElementParent(source))" to " local colshape = getElementParent(source) or "wrong" ". outputChatBox(colshape) for debag. You can use also outputDebugString(colshape). Link to comment
HalperY Posted December 6, 2020 Share Posted December 6, 2020 Yes, I also tried to put the interior, but do not show their description below and also can not go inside him, tried to do what others said, did not help it Please Help <3 Link to comment
Unique Posted December 6, 2020 Author Share Posted December 6, 2020 1 hour ago, HalperY said: Yes, I also tried to put the interior, but do not show their description below and also can not go inside him, tried to do what others said, did not help it Please Help On 05/12/2020 at 01:19, Erlkonig said: He wrote what you should try to change. It's really looks strange what you want to get. As Tekken told you should try to change "local colshape = getElementParent(getElementParent(source))" to " local colshape = getElementParent(source) or "wrong" ". outputChatBox(colshape) for debag. You can use also outputDebugString(colshape). doesn't help Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now