Frictional Games Forum (read-only)

Full Version: Plane Movement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, I have a question, I am creating a map in which you get locked and water starts flowing through the room, but I don't know how to make the plane go up, not if you understand, I try to "SetEntityActive" but I can't do it. I would appreciate anyone who can help me.
I made flooding/draining water for occasions like this. Tutorial is included if you need it

http://www.frictionalgames.com/forum/thread-11294.html
(01-27-2012, 01:45 AM)Statyk Wrote: [ -> ]I made flooding/draining water for occasions like this. Tutorial is included if you need it

http://www.frictionalgames.com/forum/thread-11294.html
Thank you very much!, I'll take the time to see the video of 42 minutes with my "super-fast internet" (note thesarcasm in this sentence Big Grin )
if you're familiar with script, It's basically a collide callback (it can be any callback function) that runs "CreateParticleSystemAtEntity", then timers to activate water areas that follow the plane.

The flooding/draining water is a particle system.