Jump to content

Gossler

Community Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Gossler

  1. Hey there friends. 

    I am working on utilizing the INIDBI2 mod to allow persistent mission handling and was wondering if there is anyone interested in taking this on with me. 
    I am a new scripter, and can read, but not always write my ideas in the sqf language. However, I have stumbled my way through it and have most of the functionality that is needed to do this... I just need someone with more experience with 1) the IandA framework, and 2) scripting in general to help me flesh the rest of it out. 

    Please DM me, and ill add you to steam + the github that I am operating on. 

    In the case that I am reinventing the wheel, please point me in that direction :)


    Thanks!  

     

  2. Hi there, 

    I am attempting to modify the earplug script such that the users of our server can set their own activation key (IE: not Pause/Break) via the Use Action 1-20 custom keys. 
    I am also very new to scripting and so I am having issues with this. 

    The script uses displayAddEventHandler to compare the key pressed to Pause/Break (197) but I dont know how to reference the Custom Controls keys inside of that script. 

    Any help? This is where Im at. The commented line is the original, and I am just attempting to have a hint show the number of the key pressed. Where do I go from here? I want the key to be set by Use Action 20. 

    Thanks for any help! 

     

    _UKD = actionKeys "User20";
    //MEP_KD = (findDisplay 46) displayAddEventHandler ["KeyDown", "if (_this select 1 == 197) then {_this call earplugAction;};"];
    MEP_KD = (findDisplay 46) displayAddEventHandler ["KeyDown", "if (_this select 1 == _UKD) then {hint str _UKD};"];


     

×
×
  • Create New...