Hello. For the info_target entity, how can I make the model to be brighter ?
I mean that after the task is executed, the model should be brighter than it was before.
The entity uses a variable ent_info_target so it should look for that 1 and set the light.
Code:
entity_set_model(ent_info_target, model_path)
This code sets the model of the entity, and the model_path is defined to look for the map name and set the model according to the name of the map but I failed at making it brighter on task execution.
Thanks !