hi,
I've got a problem creating a mod for BO.
I try to Link an entity to the player (in this case to the eyes), but it's not working, the entity is flying between the feet/legs.

My current code(not working):
Code:
entity LinkTo(self,"tag_eye",(0,0,0), (0,0,0));
When i attach a model with
Code:
self attach("explosive_bolt_mp", "tag_eye");
it's just working fine, but i cant get the options with this solutions i get with LinkTo.