note to self -
Jun. 27th, 2001 06:26 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
if FROZEN_MAP
base_terrain SNOW_FOREST
elseif TROPICAL_MAP
base_terrain JUNGLE
else
base_terrain FOREST
endif
or the final map looks *REALLY DUMB*
Palm trees in snow. Neh.
Also, to randomise between two maps,
start_random
percent_chance 50
#define TROPICAL_MAP
percent_chance 50
#define SNOW_FOREST
end_random
base_terrain SNOW_FOREST
elseif TROPICAL_MAP
base_terrain JUNGLE
else
base_terrain FOREST
endif
or the final map looks *REALLY DUMB*
Palm trees in snow. Neh.
Also, to randomise between two maps,
start_random
percent_chance 50
#define TROPICAL_MAP
percent_chance 50
#define SNOW_FOREST
end_random