Page MenuHomeFeedback Tracker

Cannot lock doors for Land_Offices_01_V1_F building
New, WishlistPublic

Description

I have been trying to make a mission which involves locking doors in one of the Land_Offices_01_V1_F buildings on the map and I cant seem to get it to lock. I've tested the same "script" and on other buildings and it has worked fine.

It could be me being an idiot but like I said I have tried the same method on other buildings (changing the building name in the gamelogic init obviously) and it has worked on them.

Details

Legacy ID
2477571577
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Place gamelogic over any Land_Offices_01_V1_F building.
  2. Enter ((nearestobjects [this, ["Land_Offices_01_V1_F"], 7]) select 0) setVariable ['bis_disabled_Door_1',1,true]; into the gamelogic init field.
  3. Test all doors and none of them are locked. (I have also tried changing the values on bis_disabled_Door_1 and ["Land_Offices_01_V1_F"], 7]) to different values and still no effect.

Event Timeline

Lolay edited Steps To Reproduce. (Show Details)Sep 25 2015, 12:17 AM
Lolay set Category to Scripting.
Lolay set Reproducibility to Always.
Lolay set Severity to None.
Lolay set Resolution to Open.
Lolay set Legacy ID to 2477571577.May 8 2016, 12:47 PM