Hello,
I am trying to make it so that when I kill a badguy and it relocates, it is not visible.
the problem is this, I can see it move all the way over to it's new postion as if frames between pointa=killed and pointb=respawn are visible.
How do I make it truly invisible during it's move?
I am trying to make it so that when I kill a badguy and it relocates, it is not visible.
HideEntity a\entity idx=Rnd(-470,500):idz=Rnd(-600,600):PositionEntity a\entity,idx,80,idz ShowEntity a\entity
the problem is this, I can see it move all the way over to it's new postion as if frames between pointa=killed and pointb=respawn are visible.
How do I make it truly invisible during it's move?