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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...