
04-27-2009, 09:04 PM
|
|
Registered User
|
 |
Join Date: Sep 2007
Posts: 149
|
|
|
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", "");
}
}
} |
|
|
|