How do I get the center position of an entity?
(quick explanation:
An entity spawned at 0,0,0 will give out entity position 0,0,0
The entity is a cube with 100x100x100, so the center position would be 0,0,50
how do I get this?)
GetMassCenter() doesn't work at all...