MakeEntityFaceEntity
Makes the two entities look in the eye
Argument | Data Type | Needed | Default | Description |
---|---|---|---|---|
Entity 1 | entity | - | The first entity | |
Entity 2 | entity | - | The second entity | |
What entity | boolean | false | If true make the entity1 rotate to the entity2, otherwise the entity2 rotate to the entity1 |
Dont need to be called every frame
Example
MakeEntityFaceEntity(entity1, entity2)