13 lines
223 B
Ucode
13 lines
223 B
Ucode
class ACTION_DestroyPawn extends ScriptedAction;
|
|
|
|
function bool InitActionFor(ScriptedController C)
|
|
{
|
|
C.DestroyPawn();
|
|
return true;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
ActionString="destroy pawn"
|
|
bValidForTrigger=false
|
|
} |