Quote:
HTML Code:
lay2 bombs, x, y + 2;
Will lay bombs 2 tiles down from the baddy 
(GS2 Converted- will only work online)
HTML Code:
lay("bombs");
lay2("bombs", this.x, this.y + 2);
|
Yep thanks
i used like this and it works :
PHP Code:
if (i<50)
lay2 bombs,x,y+2;lay2 bombs,x,y;
In fact it gaves me 2 bombs icons but it messed cause the secand icons was hidden by the first one, due to the same lay position.
thanks
