Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ladder won't work
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
Ladder won't work

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?
(This post was last modified: 02-01-2014, 09:52 AM by Radical Batz.)
01-31-2014, 03:27 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: How to make ladder out of hatch?

Put a LadderArea in the Ladder. Just go to Areas in the Level Editor and select LadderArea.

"Veni, vidi, vici."
"I came, I saw, I conquered."
01-31-2014, 03:36 PM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#3
RE: How to make ladder out of hatch?

(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
(This post was last modified: 01-31-2014, 04:06 PM by Radical Batz.)
01-31-2014, 04:05 PM
Find
LordOfDragons Offline
Senior Member

Posts: 501
Threads: 14
Joined: Aug 2013
Reputation: 13
#4
RE: How to make ladder out of hatch?

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.

The question that will never be answered:
SOMA WHY ARE YOU SO BEAUTIFUL? ;_;
01-31-2014, 07:12 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#5
RE: How to make ladder out of hatch?

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: (Select All)
TeleportPlayer(stringasStartPosName); 

Trying is the first step to success.
01-31-2014, 08:59 PM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#6
RE: How to make ladder out of hatch?

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
01-31-2014, 09:29 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#7
RE: How to make ladder out of hatch?

Oh.
If you look inside the hatch's properties, i think there is a value called "Open Amount".
Try making it bigger.

Trying is the first step to success.
01-31-2014, 09:35 PM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#8
RE: How to make ladder out of hatch?

(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
02-01-2014, 08:13 AM
Find
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#9
RE: How to make ladder out of hatch?

In the level editor it will not change, look at it in game.

02-01-2014, 08:38 AM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#10
RE: How to make ladder out of hatch?

(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?
02-01-2014, 08:43 AM
Find




Users browsing this thread: 2 Guest(s)