Thread: Playersprite
View Single Post
  #2  
Old 07-18-2001, 10:43 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Jadis:

???
How in the world would that help?
NPC Code:

if (playerenters) {
for (this.i=0;this.i<playerscount;this.i++) this.a = players[this.i].sprite;
message Sprite Number: #v(this.a);
}

Reply With Quote