<!--quoteo(post=142354:date=Mar 18 2006, 12:57 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE(Pieter Boelen @ Mar 18 2006, 12:57 PM) [snapback]142354[/snapback]</div><div class='quotemain'><!--quotec-->
Thanks a lot, Captain Hawk! <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid="

" border="0" alt="bow.gif" />
Edit: Thanks again, Captain Hawk! Thanks to you, I figured out what I did wrong. I forgot to #include the new walk file. <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="

" border="0" alt="mybad.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->
<img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />
Hi Pieter
Also the New shipwalk.c file is updated to my Fearless_walk .c that is in ThirdRate2_updated files folder in ftp.
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
case "Fearless":
SendMessage(PeopleOnShip,"lileee",AI_MESSAGE_ADD_SHIP,ship, Fearless_walk_count, &Fearless_walk_verts, &Fearless_walk_graph, &Fearless_walk_types);
//SendMessage(WALK_TOOL,"lslee", AI_MESSAGE_ADD_SHIP, "Fearless", Fearless_walk_count, &Fearless_walk_verts, &Fearless_walk_graph, &Fearless_walk_types);
break;
//Surak'nar <--
case "FrigateInzane":
SendMessage(PeopleOnShip,"lileee",AI_MESSAGE_ADD_SHIP,ship,FrigateInzane_walk_count, &FrigateInzane_walk_verts, &FrigateInzane_walk_graph, &FrigateInzane_walk_types);
//SendMessage(WALK_TOOL,"lslee", AI_MESSAGE_ADD_SHIP, "FrigateInzane", FrigateInzane_walk_count, &FrigateInzane_walk_verts, &FrigateInzane_walk_graph, &FrigateInzane_walk_types);
break;
}
}
<!--c2--></div><!--ec2-->
So you need to put my Fearless_walk file also in. as my new shipWalk.c file with" frigateInzane". is re-edited "ThirdRate2_updated"shipWalk.c file.Original Surak'nar fearless_walk used" Blackpearl_walk_graph." <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid="

" border="0" alt="icon_mrgreen1.gif" />
Bye CapHawk <img src="style_emoticons/<#EMO_DIR#>/type_1.gif" style="vertical-align:middle" emoid=":nk" border="0" alt="type_1.gif" /> <img src="style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid="

" border="0" alt="par-ty.gif" />