figured it out. little mistake in the install
PHP Code:
$template[6]['title'] = 'arcade_deletecomment';
$template[6]['template'] = '<form action="arcade.php" method="post">
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td><table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead"><span class="smallfont"><b>Delete Score</b></span></td>
</tr>
<tr align="center">
<td class="alt2" valign="middle"><span class="smallfont">
To delete this score, check the box below and click "Delete Score".</span><p>
<input type="checkbox" name="deletecheck" value="1">
<input class="button" type="submit" name="Submit" value="Delete Score">
<input type="hidden" name="sessionid" value="$sessionid">
<input type="hidden" name="gamename" value="$_GET[gamename]">
<input type="hidden" name="do" value="dodeletecomment">
<input type="hidden" name="page" value="$_GET[page]">
</td>
</tr>
</table></td>
</tr>
</table>
</form>';