Jump to content

Change projectile explosion


Recommended Posts

Does anyone know of a way to change a projectiles explosion or explosion trigger based on Keywords?

 

I'm working on a modular grenade mod. I've got the fuses part done by setting the projectiles explosion trigger, but now I want to add elemental opens, but I can't find any way to add an element to the explosion.

Link to comment
Share on other sites

What about triggering an explosion with a script. sticking a script in an enchantment that is placed in a blank explosion.

 

Something like this. this is written from memory, so it's really, really rough

if AAAAfragGrenade_Modular.haskeyword(weapontypecryogrenade) == 1
    AAAAfragGrenade_Modular.placeatme(cryoGrenadeExplosion)
end
Edited by bwins95
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...