Hey everyone, I was hoping someone could tell me how or where to find the heavy blater, the one thats on a stand and you have to hit use in order to use it. Has something like infinte ammo. I know thats a poor description best I can come up with, or the cannon type things in KOTOR Flight School. If someone could tell me where that is it would be great. Thanks all...
It's an entity, emplaced_eweb
...as far as getting it manned, well, unless some classes default AI will use it (I doubt it), it requires scripting... I know there is a good explanation of scripting it, for JO atleast, with the gun turrets.
thanks George. I guess I should start posting when I say I figured it out. What I was looking for was emplaced_gun. I had to open up the hoth_seige map to figure it out though.
George, where is that tutorial? Id like to know, because i tried to get an NPC to get on that gun, and shoot, but it never worked (from the first level of JK2 SP, the one you destroy the door with, cant remember whats it called)
Originally posted by lukeskywalker1
George, where is that tutorial? Id like to know, because i tried to get an NPC to get on that gun, and shoot, but it never worked (from the first level of JK2 SP, the one you destroy the door with, cant remember whats it called)
You need to do nothing but give the gun a targetname (and the NPC an NPC_targetname). Then for the NPC you want to use the gun, write a script:
Affect("stormtrooperBob")
{
use("MightyGun")
}
Naturally you must locate the NPC next to the gun in Radiant, otherwise he might not find it. Dunno if all the classes know how to use the piece, but I imagine pretty many can.
ah, i didnt know NPCs could "use" things, thats something ill have to play around with. Thanks lassev :whtsmile: