8 lines
176 B
Ucode
8 lines
176 B
Ucode
class ACTION_StopShooting extends ScriptedAction;
|
|
|
|
function bool InitActionFor(ScriptedController C)
|
|
{
|
|
C.bShootTarget = false;
|
|
C.bShootSpray = false;
|
|
return false;
|
|
} |