Gaia74 Posted July 19, 2017 i need these A_CustomRailgun(Random(100,250),0, "Blue", "White",RGF_FULLBRIGHT|RGF_SILENT,1,0,"GasterHurter",0,0,0,0,20.0,1.0,"GasterParticle") in a weapon how? 0 Quote Share this post Link to post
Voros Posted July 19, 2017 Easy. I'm assuming you know how to make a weapo in Decorate. In the Fire state, add that piece of code to any of the frames. And example: Fire: TNT1 A 1 A_CustomRailgun(Random(100,250),0, "Blue", "White",RGF_FULLBRIGHT|RGF_SILENT,1,0,"GasterHurter",0,0,0,0,20.0,1.0,"GasterParticle") TNT1 A 1 A_Refire WARNING: You need to define "GasterHunter" and "GasterParticle" also. 0 Quote Share this post Link to post
Gaia74 Posted July 19, 2017 yes but a_customrailgun is for monster i need for a weapon with A_railattack thanks anyway 0 Quote Share this post Link to post
Voros Posted July 19, 2017 In that case: A_RailAttack(Random(109,250),0,1,"Blue","White",RGF_FULLBRIGHT | RGF_SILENT,0,"GasterHurter",0,0,0,0,20,1,"GasterParticle") Should do it. Note: Uses ammo. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.