In Pro:Gen 2.5, the SCUD Storm that General Juhziz uses shares the same coding as the standard GLA version. How do I make the Juhziz one different entirely from the old SCUD Storm so I can fire both with different shortcut buttons? P.S., I want to give Mohmar "Deathstrike" both kinds of SCUDs in his build listings.
It's all to do with the enumeration. Take a look at SpecialPower.ini and note this line on the ScudStorm entry...
Code:
Enum = SPECIAL_SCUD_STORM
Any powers that share an enumeration will also share the same shortcut button. If you want to separate them, you will need to give the modified SS a different enumeration (note that you cannot create them anew, they are hard-coded).