nik 0 Posted October 19, 2002 I know how to make one ladder work, but not two ladders. Is it possible to make two ladders work, or 3 and so on? Is this possible? Share this post Link to post Share on other sites
aLoneWolf 0 Posted October 19, 2002 Try to add next double(s) of "start" & "end" points - some examples from original BIStudio stuff follow: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Houseammostore2: House { Â Â scope=1; Â Â model="ammostore2"; Â Â ladders[]={{"start","end"}, {"start1","end1"}}; }; <span id='postcolor'> </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Dum13: HousesDatadisk { Â Â ladders[]={{"start2","end2"},{"start1","end1"}}; Â Â model="\O\Misc\leseni4x"; }; <span id='postcolor'> Share this post Link to post Share on other sites
nik 0 Posted October 19, 2002 Good to know that it is possible. Thank you, I will try it  Share this post Link to post Share on other sites
nik 0 Posted October 19, 2002 I´v made two ladders with this  ladders[]={{"start","end"},{"start1","end1"}}; (but don´t forget to define it as  "class Houseammostore2" for example. Without this, it will not work with two ladders. Also name the memory points for the second ladder as "start1" and "end1". I´ve tried to set 4 ladders with start - start3 and end - end3 and added it in the config.cpp, but only two ladders work). YEAHHHHHHHH!!!!  IT WORKS!!!!!!!!!!!!!!!! THANK YOU!!!!!    Share this post Link to post Share on other sites
SFG 1 Posted October 19, 2002 Great! I thought it was not possible Share this post Link to post Share on other sites
VXR 9 Posted October 19, 2002 SFG you could know it works its already in resistance at the castle Share this post Link to post Share on other sites
SFG 1 Posted October 19, 2002 Those are roadways if i'm not mistaken. Share this post Link to post Share on other sites
VXR 9 Posted October 20, 2002 i mean the ruins on nogova Share this post Link to post Share on other sites