View Single Post
  #4  
Old 08-31-2003, 01:40 AM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Index is a reference number given by Graal to help define different NPCs and characters. An example of getting the x coordinates of the players in a level is this:

for(i=0;i<playerscount;i++) {
setarray thing,i;
thing[i]=players[i].x;
}
Reply With Quote