Apollo 0 Posted December 18, 2003 Well ,i wondered if anyone could script this: An action menu option called "throw nade trough hatch" that would supposedly trow an grenade into the inside of a tank effectivly destroying it ,only possible if you could aproach the tank touch it.Dunno if this can be done IRL in modern warfare with modern tanks ,but i know that in WW2 lots of tanks were destroyed merely by throwing nades into it by infantry. Share this post Link to post Share on other sites
mr burns 132 Posted December 18, 2003 most if not all modern hatches on armored vehicles are lockable from the inside ... something the military has learned from WW2 Share this post Link to post Share on other sites
void_false 1 Posted December 18, 2003 here's something like script:  @aP distance _tank <= 5 id = aP addaction["throw whatever", "throw.sqs"] ----------------------------------------------- script "throw.sqs" ----------------------------------------------- gunner _tank setdammage 1 driver _tank setdammage 1 commander _tank setdammage 1 aP removeaction id exit ; amin hope this will help  Share this post Link to post Share on other sites
Apollo 0 Posted December 18, 2003 Pretty nice ,a simple function that gives dammage to the personel inside ,now you can take over the armor. Now to nag to the WWII addon makers to include this small feature. Share this post Link to post Share on other sites
void_false 1 Posted December 18, 2003 this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside there're still ammunition there, so i certainly sure that the whole tank will detonate. Share this post Link to post Share on other sites
Crowley 0 Posted December 20, 2003 this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside there're still ammunition there, so i certainly sure that the whole tank will detonate. It isnt an explosion inside, it just kills the crew through a simulated an explosion. Unless you are saying that the tank should not be usable for realisms sake. I doubt a grenade explosion in an M1 would detonate the tank ammo anyways. Depends on the tank and position of ammo of course. Share this post Link to post Share on other sites
tankieboy 0 Posted December 20, 2003 this will look crap. new animation is needed. also, i'm not sure if u can use vehicle after eXplosion inside there're still ammunition there, so i certainly sure that the whole tank will detonate. It isnt an explosion inside, it just kills the crew through a simulated an explosion. Unless you are saying that the tank should not be usable for realisms sake. I doubt a grenade explosion in an M1 would detonate the tank ammo anyways. Depends on the tank and position of ammo of course. Yes most modern tanks i.e. Challenger class hold ammo and charges in bins and racks so no it should not explode if a grenade goes off on the turret floor. Share this post Link to post Share on other sites
Apollo 0 Posted December 20, 2003 Anyone interrested in perfectionizing the script for release and regular usage? Share this post Link to post Share on other sites
void_false 1 Posted December 20, 2003 Let's ask some WW2 addon/mission makers Share this post Link to post Share on other sites
Apollo 0 Posted December 20, 2003 Well for that matter i posted it as a suggestion on the inv 1944 forum ,but an official reply wheter to experiment on it i haven't gotten yet. Share this post Link to post Share on other sites
sn1per{AIA} 0 Posted December 20, 2003 good idea. AIA will have a look at it. watch this space. Share this post Link to post Share on other sites
Apollo 0 Posted December 20, 2003 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">AIA will have a look at it. watch this space. Thank you. See ,if you whine long enough it helps. btw. what's the forum again of AIA? Share this post Link to post Share on other sites