View Single Post
  #10  
Old 03-02-2008, 10:50 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
Quote:
Originally Posted by cbkbud View Post
I SUBMIT CODE X.X
PHP Code:
function canAttack()
{
  if ( 
this.level.isPeaceful == true )
  {
    return 
false// level is peaceful
  
}
  return 
true// can attack :)

LOOK LIKE 8 LINES, COULD BE MADE TO LIKE 3 x.x

STOP BEING LAZY BJORN
Maybe he's busy. People need to stop blaming Bjorn for everything.
Reply With Quote