Thing_Move
From ZDoom Wiki
125:Thing_Move (tid, destid, nofog)
- tid: tid of the thing to move
- destid: tid of the thing to move to
- nofog: do not spawn a teleporter flash
Moves a thing to the location of another thing. If there are multiple things that have the given tids, only the ones with the highest thing numbers will be used. The destination will generally be a map spot or teleporter destination, but it can be anything.
(New for 2.0.99): You can specify whether a teleport flash is spawned at the source and destination spot. If nofog is 0, it will spawn them, if it is 1 it will not be spawned. Previous versions always spawn the flash.