Jump to content

Holmes_sherl

Pre Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

1 Follower

About Holmes_sherl

  • Rank
    Newbie
  1. Holmes_sherl

    Australia Version 5.09 Release

    Sup m8's i have a little trouble here and i need ur help. I decided to implement the ability 2 open and close da door (lock unlock), but not 2 BIS houses, this feature is implemented using with variable "bis_disabled_Door_1, but unfortunately, this variable work apparently only with BIS houses. K i decided 2 do differently in the cfg file, do check on UserAction, that if the house is closed, do not show UserAction "Scroll menu". class open_door_1 { displayName = "Open Door"; position = "Interact1"; radius = 1; onlyForplayer = "true"; condition = "((this animationPhase 'Door_1') < 0.5) && (this getVariable 'tc_house_unlock')"; statement = "this animate ["Door_1", 1]"; }; this getVariable 'tc_house_unlock' K, u see this now, but unfortunately the cfg generates an error when i add the second condition, a possible reason that "this" here is the door, not the house. Guys i ask ur help, why this error is appears and there are options whether to remove she? P.s - sorry 4 my bad eng.
×