Quote:
Originally Posted by theHAWKER
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(0, 0, 64, 64);