View Single Post
  #6  
Old 08-18-2009, 08:32 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Mattehy View Post
Would
PHP Code:
findlevel.starts("havenworld_").updateboard2(0,0,64 ,64); 
work?
No haha, but if you want to check out a programming language that works sort of like that, look at Haskell.

What you would have to do in this case is get an array of all the levels you want to update, then loop through that array and call findlevel and updateboard2 on each one.
Reply With Quote