Home   Help Search Login Register  

Author Topic: how do i make a ladder  (Read 1109 times)

0 Members and 2 Guests are viewing this topic.

Eagles Talon

  • Guest
how do i make a ladder
« on: 06 Feb 2003, 04:34:15 »
name says it all don't it......neway, i have a model made for a ladder, and i am willing to bet in order to make it work i have to use the memory lod, and i read the details on the bis boards with the translations of the stuff in the memory lods....but no ladder, the closest thing i found was the word for watchtower, so i don't know if it would work, so does neone have any idea how to make the ladder work??  
thanks
Talon :afro:

Kaliyuga

  • Guest
Re:how do i make a ladder
« Reply #1 on: 07 Feb 2003, 08:15:11 »
 Here's the goods for ya Talon....

 you need to place two points in the memory LOD  (using the insert button)

the one at the bottom of your ladder is named "start"
and the one at the top is called "end"

now.. in the config.cpp you'll need to place this bit here:

Ladders[]={{"Start","End"}};


and that should about do it.... It will probably take alot of messing around with your start and end points to make it look like he's actually climbing up the ladder properly... ;)

Kaliyuga

Eagles Talon

  • Guest
Re:how do i make a ladder
« Reply #2 on: 07 Feb 2003, 17:26:56 »
thanks kali, ill try that ;D

Eagles Talon

  • Guest
Re:how do i make a ladder
« Reply #3 on: 08 Feb 2003, 08:31:51 »
worked like a charm, thanks again