Cypher2004 0 Posted May 23, 2003 I have an idea on how a tank can smash into a car at a crossroads, but the tank avoids the car like the Black Plague! any ideas??? Share this post Link to post Share on other sites
raedor 8 Posted May 23, 2003 use setVelocity and setDir... Share this post Link to post Share on other sites
Cypher2004 0 Posted May 23, 2003 ok, do these go in the INT field? if so wot are the codes without the numbers? Share this post Link to post Share on other sites
raedor 8 Posted May 23, 2003 no, u have to write a little script... like<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_tank = _this _tank setDir 0 #loop _tank setVelocity [10, 0, 0] ? var: exit ~0.01 goTo "loop" and the tank will drive with 10 meters per second in the north until var = true Share this post Link to post Share on other sites
Cypher2004 0 Posted May 23, 2003 i cant do scripting so that idea is out the window. thanks anyway! Share this post Link to post Share on other sites