Thread: for(...) and i
View Single Post
  #1  
Old 11-04-2001, 05:00 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
for(...) and i

can someone explain the following code to me please ... i dont understand it .... Explain all parts and what they do please ...
NPC Code:

NPC Code:

if (wasshot) {
for (i=0; i<npcscount; i++)
callnpc i,swimming;
}



Reply With Quote