View Single Post
  #83  
Old 12-31-2003, 01:55 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally posted by protagonist


He did this!

for(i=0;i=i;i++){
addweapon;
}
that would have not even execute the loop because it would already be equal (psst i==i anyway)

maybe (i=0;i>i;i++) would make it die =)
__________________
Reply With Quote