I think I know what you're doing wrong. Take a look at this code:

Code:
gun.x = 34;
gun.y = 0;
gun.z = 0;



This should be:

Code:
x = 34;
y = 0;
z = 0;



Tell me if that works.


Eats commas for breakfast.

Play Barony: Cursed Edition!