SetLocalOrigin and SetLocalAngles not working

nayðef

L1: Registered
Sep 13, 2017
16
1
Hello everyone
I'm trying to make a map, where a special map boss changes it's position when specific event happens. I was hoping to use SetLocalOrigin and SetLocalAngles inputs , but I checked with ent_fire and they are not working. The worst part is that these inputs are documented for some entities, ex. item_teamflag.

The command was: ent_fire <entity name> SetLocalOrigin 0.0 0.0 0.0

Am I doing something wrong or these inputs simply don't exist in TF2? Alternative?
 

Pinsplash

bad bad bad
May 8, 2016
156
71
They don't exist in TF2. The reason those inputs appear on wiki pages for TF2 entities is long, so I won't bore you with it.

Try point_teleport.
 

nayðef

L1: Registered
Sep 13, 2017
16
1
Point_teleport works brilliantly, but now i found out I can teleport entities wherever I want with AddOutput. Too sad I already positioned the point_teleports and the logic is done.
Thank you for helping me, anyway.
 
Last edited: