Frictional Games Forum (read-only)

Full Version: Need help on script!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey im working on a machine script and i wanna make it open a gate....
so i want actaully if elevator_machine_cog_main_1 moves it activates a func that does

AddEntityActive("safety_large_vert_3", true);
AddEntityActive("safety_large_vert_2", false);

So the gate is open.
It's SetEntityActive btw. >.<
(03-17-2013, 08:21 PM)Akos115 Wrote: [ -> ]It's SetEntityActive btw. >.<
Haha you're right im stupid...
Thanks.