View Single Post
  #2  
Old 07-06-2001, 08:00 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
fun. You could also do:
NPC Code:

function shownumber() {
this.x = 100;
this.y = 250;
this.number = 12345;
showimg 600,@#v(this.number),this.x,this.y;
changeimgvis 600,5;
}

Reply With Quote