Nope, used it in an IF clause and it worked:

Code:
int res = 0;
res = inkey(name);
if(res == 13321)
{
.
.
.
}




MY Website with news of my projects:
(for example my current
Muliplayer Bomberman,
GenesisPrecompiler for LiteC
and TileMaster, an easy to use Tile editor)
Sparetime-Development