duh

*smacks myself... okay i figured it out hellsatan
Just take this coding:
PHP Code:
eval("\$guess = \"".gettemplate('gg_guessword_guess')."\";");
and replace it with:
PHP Code:
eval("\$fguess = \"".gettemplate('gg_guessword_guess')."\";");
then in your gg_guessword template replace:
$guess
with:
$fguess
that should do the trick
can't call the same variable if its manipulated as in this code:
PHP Code:
$guess = (int)$guess;
thats all though
g-force2k2