View Full Version : More than one ladder?
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? http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/confused.gif
aLoneWolf
Oct 19 2002, 17:58
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"}};
};
[/QUOTE]<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";
};
[/QUOTE]<span id='postcolor'>
Good to know that it is possible.
Thank you, I will try it http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif
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!!!!! http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif
Great! I thought it was not possible http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/smile.gif
SFG you could know it works
its already in resistance at the castle
Those are roadways if i'm not mistaken.
i mean the ruins on nogova
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.