Definition : (int)CMDPARSE_PARALYZE_CMD_IS_ALLOWED(cmd)

Defined in : <cmdparse.h>

Description: Finds out whether a player is allowed to use a certain command
             while paralyzed. Note that this list is a global list. It should
	     only contain information commands and no actions, activities or
	     communications.

Arguments  : string cmd - the command to verify.

Returns    : int - if true, it is allowed.

See also   : CMDPARSE_PARALYZE_ALLOW_CMDS
