Well, I've put in a ladder into my project, but whenever the camera collides with the ladder, nothing happens. I'm using WolRon's collision and FPS with a couple other mods to it such as JFK's wobble walking. But here's what I have for the ladders, if you need any more info let me know..
Thanks,
Chad
Const type_ladders=5 Collisions PLAYER_COL, LEVEL_COL, 2, 2 Global ladders=LoadMesh("ladder.b3d") PositionEntity ladders,25,0,0 EntityType ladders,type_ladders Collisions player_col,type_ladders,2,2 If EntityCollided(player,type_ladders)<>0 Then TranslateEntity player_col,0,1,0
Thanks,
Chad