Unfortunatly i do not have much time since im trying to stop being addicted to hl2dm and scripting and getting back into reallife.
And instead of flaming about you, just want to help... i will try to join and share a bit of my knowledge.
ent_fire prop setparent prop2 // <= Known and explained above
ent_fire prop clearparent //<= removes the parent
And something cool:
ent_fire prop setparentattachment <attachment>
What does it do ? And... HAO BLADE HAO ?
Okay, always wondered how to make a Melon attach to your head without glue ?
Well, here comes the solution => setparentattachment
Example:
ent_setname melon
ent_fire melon setparent bla
ent_fire melon setparentattachment anim_attachment_head// thats the name of the attachment for the head, so dont wonder about it ( Only the player models have this attachment, dont try to parent the melon to the head of a blastdoor...)
FAQ:
Okay... the melon knows where to attach... but not to what prop ?
=> You always need to parent it to the prop first, this kinda sets its parent"target"
Are there more attachments ?
=> Yes. anim_attachment_rh and lh // right hand & left hand ( Ofc there more, but how and where to find those will probably be showed in my next post )
Wait, arnt you in SaD ?
=> True... but theres a big difference between teaching stuff (which is totally okay btw) and just uploading it for all teh noobs in teh world.
Have fun, Blade
PS: Doesnt work with classname.
PSS:
I found a litte trick to doing this....
Cant find the tricky part O.o what do you mean ?