isnill variable
Operand types:
variable: String or Code
Type of returned value:
Boolean
Compatibility:
Version 2.00 required
Description:
Tests whether the variable is null. The function returns true if the variable is null and false if it's not.
Example
if (isnil("_pokus")) then {_pokus=0;}