Jump to content

sundancekid0800

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About sundancekid0800

  • Rank
    Newbie
  1. sundancekid0800

    Dynamic Sound AI - RUG DSAI A3

    Hello. I have a question. I tried to create a unit in the config.cpp. This unit should talk RUG_DSAIGER. I wrote in my config.cpp: RUG_DSAI_OVERRIDE = 1; RUG_DSAI_LANG = "rug_dsaiger"; class EventHandlers { class CBA_Extended_EventHandlers { dummy = 1; }; class sdk_I_Heer_Voices { init = "(_this select 0) setVariable ['cba_xeh_isprocessed', true]; _unit setVariable ["RUG_DSAI_LANG", "RUG_DSAIGER"];"; }; }; But nothing work. It is a Indpendend Unit. Or would that be possible: (_this select 0) setVariable ["RUG_DSAI_LANG", "RUG_DSAIGER"] ?
×