(05-26-2014, 04:00 AM)Fatalist Wrote: (05-25-2014, 08:11 PM)DnALANGE Wrote: Flawless...
I think it is impossible to remove any partcles from the enemyn while ingame..
There arent any scripts for these, also NTO for removing billboards as far as i know..
I couldnt get uit to be done..
Why?
For example:
SetLightVisible("character_infected_1_SpotLight_1", false); - remove light (billboard too, if it connected to light) from enemy "character_infected_1".
Similarly for particles:
DestroyParticleSystem("character_infected_1_particle_system_1");
That is a good point.
What is harder is to determine whether the enemy is on or off.
At least your solution is testworthy
Trying is the first step to success.