Write script to add custom behavior to current Entity ESP config.
You can change below on per entity basis:
- Disable Tracer/Outline/Overlay/Collision Box
- Change text displayed in the title
Use
currentEntityEsp API to interact with current entity.
Use
game.entities API to get information about entity by its id.
Warning! This script will be run for every frame rendered, and for every entity matching class or interface.
Make sure to not execute complex code here, since it can hurt your FPS.