Thread: baddie
View Single Post
  #7  
Old 04-27-2009, 09:04 PM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
hey, this is really sweet. im tryin to edit the baddie a little and im havein trouble gettin my clientr.explevel to go up

if (this.mode != DEAD)
{
( clientr.explevel =+ 1) <------------
this.mode = DEAD;
this.health[0] = 0;
setcharani("dead", "");
this.chat = this.health[0] @ "/" @ this.health[1];
scheduleevent(8, "Respawn", "");
}
}
}
Reply With Quote