|
No ('+notuseful+')
');
}
else
{
notuseful++;
$('#useful'+reviewID).html('Was this review helpful to you?
Yes ('+useful+')
|
No ('+notuseful+')
');
}
}
});
}
function countChar(text)
{
var text = $('#postreviewcontent').val();
var textlength = text.length;
if(textlength > 1000)
{
$('#postreviewcontent').val(text.substr(0,1000));
return false;
}
else
{
$('.writereview_charcounter').html('Characters remaining: ' + (1000 - textlength));
return true;
}
}
Write a review!
IMPORTANT: Are you having problems playing the game? Then don't submit a game review, but
our Customer Team.
Write a review!
Please to write a review.
Tip: when writing a review, please think in particular about the look of the game, the storyline (if applicable), and the gameplay. Is the game too difficult too soon, or is the pace perfect for you? Is the game short, or can you play it for hours on end? Do you like the main characters? Does the music create a certain atmosphere? Is the game suitable for advanced players only, or is it also great for beginners? Would you recommend this game to other players?