Exemplo n.º 1
0
func Initialize()
{
  DrawIslands(0,353,415,369);
  DrawIslands(0,722,559,651);
  for(var i=0; i < 60; i++)
    PlaceVegetation(TRE1, 0, 0, LandscapeWidth(), LandscapeHeight(), -1);
  for(var i=0; i < 60; i++)
    PlaceVegetation(TRE2, 0, 0, LandscapeWidth(), LandscapeHeight(), -1);
  for(var i=0; i < 60; i++)
    PlaceVegetation(TRE3, 0, 0, LandscapeWidth(), LandscapeHeight(), -1);
  DoPlaceObjects(LOAM,60,"Earth");
  DoPlaceObjects(CNKT,20,"Earth");
  DoPlaceObjects(WOOD,50,"Earth");
  DoPlaceObjects(ROCK,60,"Earth");
  DoPlaceObjects(FLNT,60,"Earth");
  DoPlaceObjects(METL,50,"Earth");
  DoPlaceAnimal(BIRD, 14);
  return();
}
Exemplo n.º 2
0
public func Life()
{
  if (!Random(20000))
    PlaceVegetation(GetID(this()), -200, -200, 400, 400, 10);
  return(1);
}