ze_fire_pre

Syntax

forward ze_fire_pre(id);

Description

Description:  Called before zombie (or human) get fired by fire nade.

Return

ZE_STOP         | Block the fire action, zombie will not get fired.
ZE_CONTINUE     | Continue the fire, zombie will be fired.

Note

You can use this to stop the fire action at specific conditions.