Posted by C@rni on November 05, 1998 at 16:44:07:
In Reply to: Firing ships posted by Earl on November 04, 1998 at 12:55:59:
: Does anyone know how to make an x-wing or any ship fire when flying? THANKS
Well, here is an example of how to make a tie bomber drop bombs. It can be modified, by modifying the vector and changing the templates for the things created so as to appear that something is firing. Nifty.
vtiebombpos=(getthingpos(vtiebomber));
modvector=vectorset(0.0, 0.0, -0.305);
newtiebombpos=(vectoradd(vtiebombpos, modvector));
createthingatpos(thermaltemplate, bombsector, newtiebombpos, '0.0, 0.0, 0.0');
As for my request, someone posted something about a Jedi Academy level where an ATAT fires at you? Im interested in taking a look. Could someone post a link?
C@rni