Quote:
Originally Posted by Mattehy
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.