Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
IAmMarshicus

Closing doors on the stone houses? [OA]

Recommended Posts

I'm using this code with a game logic.

building = position this nearestObject 69413; building animate ["Door_1",1];

(I've used many different names for the doors, that is just the last one I tried)

Does anyone know the actual name for the stone house doors?

I'm quite certain it isn't how the code has been written as I did the same but destroyed the building rather than closing a door.

Share this post


Link to post
Share on other sites

Nevermind, I've done it. I thought I already tried this but either-way it worked... Here's the code I used in the end, hope it comes in use for someone else. :D

building = position this nearestObject 69413; building animate ["dvere2",1];

Share this post


Link to post
Share on other sites
Sign in to follow this  

×