Sarakatunga
Refugee
I see that in alpha 19 they changed the parts of the shotgun "gunShotgunT1DoubleBarrel". I wanted to know if anyone knows what his name is now?
<triggered_effect trigger="onSelfPrimaryActionUpdate" action="AddPart" part="BarrelL" prefab="#Other/Items?Weapons/Ranged/AK47/ak47_flashlight.fbx" parentTransform="Barrel/Muzzle_L" localPos="0.045,0.035,0.28" localRot="180,90,0"/>
<triggered_effect trigger="onSelfPrimaryActionUpdate" action="AddPart" part="BarrelR" prefab="#Other/Items?Weapons/Ranged/AK47/ak47_flashlight.fbx" parentTransform="Barrel/Muzzle_R" localPos="0.045,0.035,0.28" localRot="180,90,0"/>
part = "BarrelR" parentTransform = "Barrel/Muzzle_R" the items I want to add to it don't work.
<triggered_effect trigger="onSelfPrimaryActionUpdate" action="AddPart" part="BarrelL" prefab="#Other/Items?Weapons/Ranged/AK47/ak47_flashlight.fbx" parentTransform="Barrel/Muzzle_L" localPos="0.045,0.035,0.28" localRot="180,90,0"/>
<triggered_effect trigger="onSelfPrimaryActionUpdate" action="AddPart" part="BarrelR" prefab="#Other/Items?Weapons/Ranged/AK47/ak47_flashlight.fbx" parentTransform="Barrel/Muzzle_R" localPos="0.045,0.035,0.28" localRot="180,90,0"/>
part = "BarrelR" parentTransform = "Barrel/Muzzle_R" the items I want to add to it don't work.