Jump to content

cojonuo

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About cojonuo

  • Rank
    Rookie
  1. Hello, I have issues using the Tasks Module. When I have two task, I can't order properly the success of first task and then create the second task, always changes the order... first create the second task and then mark the first task as succesfull. A workaround I use to solve this is fire a countdown trigger with a condition to create the second task two seconds after the success of first. Another cuestion I have issues are the functions taskCompleted and taskState, these functions always return "any" with my tasks created using the Tasks Module. I try with the Name and with the IdTask without success.
  2. Is posible turn on the small light house? I can switch light on the standar/big light house but not on the small house. The classname is Land_Lighthouse_small_F.
  3. cojonuo

    Animation loop

    Ok this work thx, but I have the same issue with other animations like Acts_A_M03_briefing or Acts_A_M04_briefing I cant loop its. Is a problem with Arma 3 or only with this animations?
  4. Hello, I have a problem with my animation loops, I try somes worksarounds but the animation don't loop. The animation I want to loop is "Acts_carFixingWheel" I use this script, _unit = _this select 0; _animation = _this select 1; _noWeapons = _this select 2; _switchMove = _this select 3; _unit allowDamage false; _unit setDamage 0; _unit setVariable ["BIS_noCoreConversations", true]; if (_noWeapons) then {removeAllWeapons _unit}; if (_switchMove) then { while {true} do { _unit switchMove _animation; waitUntil {animationState _unit != _animation}; }; } else { while {true} do { _unit playMove _animation; waitUntil {animationState _unit != _animation}; }; }; The animation play one time then the unit stuck at the end. Using the console debug I can see the animationState don't change and allways return "Acts_carFixingWheel". Some help? Thanks.
  5. cojonuo

    The Newcomers' Introduction Thread

    Hi all im new here!! Im not sure if this it the best place but i can init new post... ¿some one can help me? I whan't make a question on arma 3 editing-scripts subforum :(
×