View Single Post
  #4  
Old 07-03-2001, 10:50 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (actioncraft) {
this.craftcount++;
if (this.craftcount>=1500000000) {
setstring client.oretypecount,#v(strtofloat(#s(client.oretyp ecount))+1);
destroy;
}
}


__________________


Last edited by grim_squeaker_x; 07-03-2001 at 11:54 PM..