Blockland Forums > Modification Help
Rp Tool Problems.
eddierocks2000:
--- Quote from: Iban on June 02, 2011, 12:57:26 PM ---Does it not animate in 3rd or 1st person?
--- End quote ---
Sorry, forgot to specify.
It works in third but not in first.
sluggy:
Iban is banned(Again...), he probably can't help you anymore so I might have to service.
The animation you're using is a player based animation, when you assign
--- Code: ---'offset = "*Three number besides that 0*";'
--- End code ---
in you're datablock: ShapeBaseImageData, it makes your Item have a offset of the numbers that you assigned and have a 'Different object' in first-person. This makes it so the animation doesn't show up in first-person.
Someone correct me if I'm wrong.
eddierocks2000:
So set the offset to 0?
sluggy:
I meant to say "eyeOffset", if you set this to "0 0 0" or "0" like this;
--- Code: ---eyeOffset = "0 0 0";
--- End code ---
it should fix you're problem.
Excuse my bad explaining skills.
eddierocks2000:
--- Quote from: sluggy on June 02, 2011, 10:11:05 PM ---I meant to say "eyeOffset", if you set this to "0 0 0" or "0" like this;
--- Code: ---eyeOffset = "0 0 0";
--- End code ---
it should fix you're problem.
Excuse my bad explaining skills.
--- End quote ---
Yeah I knew what you meant.
Thanks.
Any ideas about the other issue?