Thread: Update Level
View Single Post
  #7  
Old 04-24-2007, 02:13 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by theHAWKER View Post
Is there any posible way to update a level using script?
in one of my levels you can place your own tiles but i found a glich...
the only way to fix this glich is to update the level so it the a way?
updateboard(x, y, width, height);

Works for me, without updating the level.
Example, to update the whole level:

PHP Code:
updateboard(006464); 
__________________
What signature? I see no signature?
Reply With Quote