
08-31-2003, 01:40 AM
|
|
Banned
|
 |
Join Date: May 2003
Location: CAW
Posts: 5,586
|
|
|
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;
} |
|
|
|