Frictional Games Forum (read-only)

Full Version: Sliding door?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how would one make like a door that slides upwards when triggered. (like in the room around agrippa but idk if they actually move or are just up once turned on)
(09-16-2010, 09:56 PM)kuato Wrote: [ -> ]how would one make like a door that slides upwards when triggered. (like in the room around agrippa but idk if they actually move or are just up once turned on)

I would check 17_control_room.map since that has a door that slides up
Check script for 07.

U basically just use a ConnectEntities(...) to connect the lever and the moveobject (the slider door).