View Single Post
  #4  
Old 02-17-2012, 08:30 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Crow View Post
Why the extra parentheses around temp.heads here?

PHP Code:
triggeraction(this.x+1,this.y+1,"Show",(temp.heads)); 
Yeah, wouldn't this be coercing the array into a string?

Also:

PHP Code:
//typo
funciton onCreated(){
  
setshape(1,32,32);

Reply With Quote