Re: will potions
if($r['itmname'] == 'Will Potion')
{
mysql_query("UPDATE users SET will=maxwill WHERE userid=$userid",$c);
print "You drink the bottle of {$r['itmname']} and immediately feel like a million dollars.";
}
i think thats all of it i dunno :?