Page 1 of 1
Beach Secret Doors, what are they?
Posted: Sun Nov 09, 2014 8:36 pm
by Baddock
So I tried using the Door component on the Beach_secret_door and it errors out, anyone have any idea what component this actually is? I noticed too that these don't open if you hit z in the preview either... like all other doors.
Re: Beach Secret Doors, what are they?
Posted: Sun Nov 09, 2014 9:20 pm
by GoldenShadowGS
Code: Select all
function openbeachwall()
beach_secret_door_1.controller:open()
end
Re: Beach Secret Doors, what are they?
Posted: Mon Nov 10, 2014 3:14 am
by Baddock
Thanks, that will definitely let me open it with a script, but it would be handy to know what the component type is, so that I know what all I can do with it as well.
Re: Beach Secret Doors, what are they?
Posted: Mon Nov 10, 2014 3:48 am
by GoldenShadowGS
If you look at the entity in the editor is shows all of the components that are attached to it. It has obstacle and animation and controller. Controller is what you use to open and close it.