Jump to content
  • 0

Cannibalism​


Dismal

Question

3 answers to this question

Recommended Posts

  • 0

Bumping this old Topic because ive been struggling to get this work, ive got the original author's version of bury body working, but getting gut corpse working alongside has been difficult, can anyone help me with this?

Link to comment
Share on other sites

  • 0

Bumping with the code i fetched off opendayz that wont work for me.

    //Gut fools
    if (!_isAlive and !_isZombie and !_isAnimal and !_isHarvested and _isMan and _hasKnife and _canDo) then {
        if (s_player_butcher_human < 0) then {
            s_player_butcher_human = player addAction [format["Gut Human"], "scripts\gather_meat_human.sqf",cursorTarget, 3, false, true, "", ""];
        };
    } else {
        player removeAction s_player_butcher_human;
        s_player_butcher_human = -1;
    };

******************************EDIT****************************

Solved my problem

For all the future googler's that will come across this

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...