Jump to content
Sign in to follow this  
nik

More than one ladder?

Recommended Posts

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? confused.gif

Share this post


Link to post
Share on other sites

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

Good to know that it is possible.

Thank you, I will try it   biggrin.gif

Share this post


Link to post
Share on other sites

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!!!!!  biggrin.gif  biggrin.gif  biggrin.gif

Share this post


Link to post
Share on other sites

Great! I thought it was not possible smile.gif

Share this post


Link to post
Share on other sites

SFG you could know it works

its already in resistance at the castle

Share this post


Link to post
Share on other sites

Those are roadways if i'm not mistaken.

Share this post


Link to post
Share on other sites

i mean the ruins on nogova

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×