Hi there.

Given the following sentence:
{1_NumPlayers} {1_NumPlayers : plural 1?Player has; other?Players have;} completed the {2_apolloProgram}.

How to test {1_NumPlayers} = 0 ?

I meant, when no one has completed the program yet, I want to display:
"No one has completed the Program Apollo"

I tried something like this:
{1_NumPlayers : plural 0?No one has; 1?1 Player has; other?{1_NumPlayers} Players have;} completed the {2_apolloProgram}.

but didn't worked.

Someone could give me a hand?

Thank you.

Hwoarang