View Single Post
iNvectus
Member
Join Date: Sep 2014
Location: Bulgaria
Old 11-10-2019 , 05:17   Re: MOVETYPE_FOLLOW + Origins
Reply With Quote #3

You could probably just use pev_chain to parent entity before setting movetype_follow. The child entity will copy origin, angles, etc. from the parent entity. Then you can change it through entity_set_origin. Or you can use pev_aiment.

Last edited by iNvectus; 11-10-2019 at 05:18.
iNvectus is offline