Jump to content

Corpral Nikon

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Corpral Nikon

  • Rank
    Rookie

Recent Profile Visitors

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

  1. Corpral Nikon

    Stoping a Say3d Loop

    Thank you @stburr91 i will give that a bash 🙂 appreciate your help
  2. Evening guys, I would appreciate some help on this im pulling my hair out of my head around this. So basically what i have and want is the following i have a generator which i want to loop a sound, which i can do, my question is this tho, via another addaction on the object i want it to execute another script, or ammend the current one by ending the looping audio file without deleting the object. What i have is this to start the looping audio file : generator = (_this select 0); glb_Turn_Off_Generator = false; publicVariable "glb_Turn_Off_Generator"; _answerAction = generator addAction ["Turn Off Generator", "scripts\generator_off.sqf", [], 6, true, true, "", "_this distance _target < 3"]; while {!glb_Turn_Off_Generator} do { generator say3D "genie_sound"; sleep 125; How would i be able to stop this loop ? Any help would be appreciated
  3. @soolie Awsome tutorial I have been busy learning GUI dialogs where the learning resources is bit limited, would like your help on a dialog im stuck with
×