View Single Post
  #5  
Old 03-02-2002, 12:56 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
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...
}
}
}

__________________
No Webhost at the moment
Reply With Quote