DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
ActionForceABiteCan.c
Go to the documentation of this file.
2{
3 override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item )
4 {
5 return true;
6 /*
7 //if staging for cans is introduced
8 if ( item && item.IsOpen() )
9 {
10 return true;
11 }
12 return false;
13 */
14 }
15};
class ActionTargets ActionTarget
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)