Thread
:
Lay Items Problem
View Single Post
#
8
06-20-2010, 06:24 PM
DustyPorViva
Will work for food. Maybe
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
Also:
PHP Code:
if (
i
<
50
) {
lay2 bombs
,
x
-
random
(-
2
,
2
),
y
-
random
(-
2
,
2
);
lay2 bombs
,
x
-
random
(-
2
,
2
),
y
-
random
(-
2
,
2
);
}
Will take care of the problem of everything stacking in the same place.
DustyPorViva
View Public Profile
View GraalOnline Profile
Find all posts by DustyPorViva