Frictional Games Forum (read-only)

Full Version: Making Objects Appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I was wondering how to make an object appear. You know how monsters disappear, into smoke. I want an object to appear with that smoke effect IF that's possible.

Any way to do this? At all?

And if you can, could anyone of you give a script for it.

The name of the object is Smoke_Knight
The Script area is called SmokeKnight

Thanks in advance!

Angerpull Angel
well for appearing, you can use this
SetEntityActive("Smoke_Knight", true);

and for the smoke effect, this one should look like some sort of smoke:
CreateParticleSystemAtEntity("", "ps_break_wood", "Smoke_Knight", false);