View Single Post
  #5  
Old 05-04-2002, 11:17 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

if (isweapon) {
timeout=.1;
}

if (timeout) {
this.keeptrack++;
if (this.keeptrack==10) {
setstring player.jailtime,#v(strtofloat(#s(player.jailtime))-1);
}
if (strtofloat(#s(player.jailtime))<=0) {
destroy;
}
timeout=.1;
}



easy as that
__________________
[signature]insert here[/signature]
Reply With Quote