Bonjour,
Je voulais essayer de faire ce script TUTO ICI
Mais réadapter a Farming System...
Merci pour votre aide
Je voulais essayer de faire ce script TUTO ICI
Mais réadapter a Farming System...
Merci pour votre aide
[0] call SOCK_fnc_updatePartial;
if (_type == "BOIS") then {
[true,"SEVE",5] call life_fnc_handleInv;
};
[0] call SOCK_fnc_updatePartial;
if (_type == "BOIS") then {
[true,"SEVE",5] call life_fnc_handleInv;
};
[true,"SEVE",5] call life_fnc_handleInv;
_dice = random(100);
if (_dice >= 50) then {
[true,"SEVE",round (2 * _diff)] call life_fnc_handleInv;
};