.DT
query_only_show_if_non_zero
DW_wibble creator help
query_only_show_if_non_zero

.SH Name
.SP 5 5
query_only_show_if_non_zero -  This method checks to see if the skill should only be shown on the skill list if it is non-zero.
.EP

.SH Syntax
.SI 5
int query_only_show_if_non_zero(string str)
.EI

.SH Parameters
.SI 5
%^BOLD%^str%^RESET%^ - the skill to check
.EI

.SH Returns
.SI 5
1 if should only show non-zero skills, 0 if show any skill
.EI

.SH Defined in
.SI 5
/std/skills.c
.EI

.SH Description
.SP 5 5

This method checks to see if the skill should only be shown on the
skill list if it is non-zero.
.EP

