Author Topic: Add the hat to Hole Bot  (Read 2385 times)

HellsHero, Thank you very much. It worked!

EDIT:



Code: [Select]
offset = "0 0 0 0.4"; change to offset = "0 0 0 5";not working.
« Last Edit: March 15, 2013, 01:46:16 PM by Furling² »

Just keep messing with the offset until you get it right?

Just keep messing with the offset until you get it right?
almost I got it! almost finish.

Just so you know

offset = "0 0 0 0";

That won't really work since a Vector has 3 parts to it (X Y Z), you have 4 parts. It should be along the lines of:

offset = "X Y Z";

But replace the X, Y, and Z with actual numbers.


YES!!!!!!!  I am done with it, I will release it later along with my packages.

Looks neat! Could you make it an event for a Player/Bot output, too?

Nice! Glad to see people helping you out!