Quote:
Originally posted by la_builder
bud would that really dectect it like if the baddy or something is in there that i could use a if statement
|
NPC Code:
if (playerenters && compuscount > 0) {
for (i=0;i<compuscount;i++) {
if (compus[i]. ....
code here...
}
}
}