Quote:
if(nUser == 1006)
{
nCurrentHP=GetCurrentHitPoints();
if (nCurrentHP<2) {
|
I see 2 opening tags here, but further on just one closing tag.
Or maybe the spacing makes it hard for me to see what you try to do and they're both at the end??
Should be if {
Quote:
GetIsDead(oNPC1) &&
GetIsDead(oNPC2) ) {
|
There's an extra closing bracket (to compensate for the if(?) but no opening bracket to go with it...