
06-22-2007, 02:13 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
Umm....
for (i=0;i<64*64;i++) {
triggeraction(i%64,int(i/64),blahblah);
}
Or I guess you could loop through all the players/npc's and triggeraction at their x/y, as you won't need to trigger anywhere's else. |
|
|
|