Found it. Should be --
PHP Code:
<installcode><![CDATA[$db->query_write("CREATE TABLE `" . TABLE_PREFIX . "guessword` (
`guesswordid` INT( 50 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT( 50 ) UNSIGNED NOT NULL DEFAULT '0',
`chars` SMALLINT( 6 ) UNSIGNED NOT NULL DEFAULT '0',
)";]]></installcode>
Also, you should keep a copy of your older version of Guess the Word posted since you have an "alter table" query in there. I had to dig mine up, which I had not installed. By installing the old version, fixing your new version and installing it -- everything is great!
So you should instruct people to install the old version first or make a new install that doesn't require the old version.
My members will love this. Thanks and great work!