Frictional Games Forum (read-only)

Full Version: Ladder won't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I have a new problem, I made a tileable ladder with a script box of the ladder and when I play and click on the ladder it shows me the icon of the ladder, when I click on it nothing happens. why is this?
Put a LadderArea in the Ladder. Just go to Areas in the Level Editor and select LadderArea.
(01-31-2014, 03:36 PM)JustAnotherPlayer Wrote: [ -> ]Put a LadderArea in the Ladder. Just go to Areas in the Level Editor and select LadderArea.

But I want a ladder to be like in front of you and when you open the hatch, then you can climb all the way up, is there a way to do that. or how? I 2ant it to be like in the picture but all I know is that in this pic it's not good
You dont want to do a LadderArea?
Just look under " doors " in your editor and load a level door for the hatch, if you mean that. It will teleport you up to the room if you set it up correctly.
I'm thinking you want it, like in Skyrim, where when you interact with the ladder you are automatically transportated to the next place.

This is easy.
You cover the ladder in a ScriptArea.
Call the area something you can remember.
Then you place a "PlayerStartArea" where you want the player to spawn.
At last you create an interaction function that calls the following line:

PHP Code:
TeleportPlayer(stringasStartPosName); 
actually no, i just want the ladder to go through the ceiling hatch, like when you open the hatch you can climb up the ladder up, but when I do that, the ladder goes trough the hatch Sad so i don't know how
Oh.
If you look inside the hatch's properties, i think there is a value called "Open Amount".
Try making it bigger.
(01-31-2014, 09:35 PM)FlawlessHair Wrote: [ -> ]Oh.
If you look inside the hatch's properties, i think there is a value called "Open Amount".
Try making it bigger.

When I keep making into open amount and I keep clicking until the number goes high or low, nothing seems to happen tot he hatch, it just stays the same
In the level editor it will not change, look at it in game.
(02-01-2014, 08:38 AM)WIWWM Wrote: [ -> ]In the level editor it will not change, look at it in game.

I can't cause it keeps getting me this error

FATAL ERROR: Could not load script file 'custom_stories/Lifeless_The Abandon/maps/Lifeless_The Abandon.hps'!
main (76, 55) : ERR : Expected '('

I made another topic which is about o the error in my script that I can't find

but anyway do you know how much it should be open for a ladder to go through it pls?
Pages: 1 2 3 4