DSD.sqf 400 B

1234567891011
  1. //created by Rexi
  2. DSD={
  3. params["_obj"];
  4. _obj addAction ["<t color='#00FF00'>Convert to moveable</t>", {
  5. Dspawner = _this select 0;
  6. [Dspawner] execVM "scripts\zeus3denScripts\aiBased\factionBased\opfor\cis\DSD\dsd_driver.sqf";
  7. removeallactions dspawner
  8. },[1],0,false,true,""," gunner _target == _this "];
  9. };
  10. ["SpiderDSD", "init",DSD, true, [], false] call CBA_fnc_addClassEventHandler;