
06-20-2010, 12:27 AM
|
|
o.o
|
 |
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
|
|
Quote:
Originally Posted by xAndrewx
I hope this helps
HTML Code:
if (i<50) {
lay bombs;
lay bombs;
}
You can also lay bombs in a certain area, but you can't change the amount you receive
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);
|
I think he wants to make it so you pick up 5 bombs instead of 10 bombs. |
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
|
|
|
|