Gun not firing

Shadowing

Member
So I have a character setup and gun and grenade is working perfectly.
I setup a 2nd character and the gun doesnt work. Just does a empty clip sound.

I have 100,000 bullets in inventory.
I do use a attribute called provisions.

 
In version 2 you cannot use attributes for ammo. If you get the empty clip sound then you don't have enough of the bullet ItemType in your inventory.
 
Damn this sucks. can't figure out why the player clip is empty. Completely ran out of ideas.
I removed the attribute. I have all this working on my other player. thats what doesnt really make sense.





 
I even copied the shootable weapon component from the character that it works on and still same problem
 
Ahh I fixed it by copying the inventory from the working character to the non working one.
Must been some wierd editor error. Even though it showed the items in default load out they still wasn't there.
 
Top