Jump to content

SporeLamm21

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SporeLamm21

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hey Guys, Im on my way to get at least somewhere with scripting and Im trying to let Civilian AI react to gunshots. However, my Script runs fine until Im trying to do n Line break within an forEach. So please help me. 😄 This one workes Thise one dosnt
  2. Hey guys, im plenty new at scripting so pls dont be to harsh ^^ however the problem im facing is that my script just runs the else part and idk why Thank u guys for ur time and help :) init : this setVariable["bis_disabled_Door_1",1,true]; this addAction ["Tür aufbrechen", "test.sqf",[this,player]]; test.sqf: _tuer=_this select 3 select 0; _unit=_this select 3 select 1; _items = items _unit; //if (["ToolKit"] in backpackItems _player) then { if ("ToolKit" in _items) then { _tuer setVariable["bis_disabled_Door_1",0,true]; hint "Das Schloss ist geknackt"; } else{ hint "Du hast kein Werkzeug",; };
×