cpl_BOB 0 Posted June 25, 2002 is it possible to lock a vehicle to a specific place on the map, and not have it moved by rockets or explosions? i want to make scenery from exploded tanks and stuff, but explosions keep knocking them off there positions.. Share this post Link to post Share on other sites
Ex-RoNiN 0 Posted June 25, 2002 Moving to Mission Editing Share this post Link to post Share on other sites
InqWiper 0 Posted June 25, 2002 With a looping setpos script I think. #Start Tank1 setpos getmarkerpos "Tank1Pos" goto "Start" Share this post Link to post Share on other sites
mahuja 12 Posted June 25, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (InqWiper @ June 25 2002,17:09)</td></tr><tr><td id="QUOTE">#Start Tank1 setpos getmarkerpos "Tank1Pos" goto "Start"<span id='postcolor'> Infinite script loop / game lockup detected Make sure to put a ~0.1 inside there somewhere so that the game can continue... Perhaps add a line that keeps it in the same orientation? Share this post Link to post Share on other sites
InqWiper 0 Posted June 25, 2002 Oops  Thats what happens when U dont try something before U say it, I usually try it, gotta make it more usual  Share this post Link to post Share on other sites