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 Area Problem
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#1
Ladder Area Problem

I've got a ladder area in my map, but it doesn't work at all. It's about 20cm away from the ladder entity, but it just wont work. It only works when i move it about a metre away. The only things the Ladder area is in contact with is two script-areas and a fogbox. I dont want the ladder area to be a metre away from the ladder, so could anyone suggest any solutions?

Thanks!

08-05-2011, 05:28 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Ladder Area Problem

I don't think ladder areas will function unless there's enough space around in. The player's body climbs through the center of the box, so if you have it right on top of your ladder it won't work, because the player body will collide with the ladder.

Try expanding the width and girth of the ladder area (x and z scale) too.

08-05-2011, 06:18 PM
Find
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#3
RE: Ladder Area Problem

thanks, i'll try this later, also, does anyone know if Areas can be Disabled with
SetEntityActive("" , false); ?

my situation is that i have an area with an interact callback, which needs to be disabled after something else is completed, but when i use SetEntityActive("" , false); I can still interact with it! is there a RemovePlayerInteractCallback i could use to cancel the callback?

Thanks again!

08-05-2011, 07:16 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: Ladder Area Problem

Yes, you can activate and deactivate areas with script.

08-05-2011, 07:21 PM
Website Find




Users browsing this thread: 1 Guest(s)