Re: Need help on a problem
if($r['user_level']==0)
{
print "NPC's cannot be attacked.
[url='index.php']Back[/url]";
$h->endpage();
This should work, I think, its not tested.
On 2nd thoughts, it might be this
else if($odata['user_level]==0)
{
print "NPC's can't be attacked.
[url='index.php'] Back[/url]";
$h->endpage();
It is one of the two, I think, I'm not too sure, I'm sure other people will be able to help you out more than I ever will be able to though.