OFPEC Forum

Addons & Mods Depot => ArmA - Addons & Mods Discussion => Topic started by: Linker Split on 26 Apr 2008, 18:06:55

Title: Insects and windclutter classes
Post by: Linker Split on 26 Apr 2008, 18:06:55
Hi, I want to understand how the syntax used in the insects and windclutter classes work:

Code: [Select]
cost = "(9 + (2 * houses)) * (1 - night) * (1 - rain) * (1 - sea) * (1 - windy)";
Code: [Select]
probability = "5 - (meadow * 0.5) + (forest * 0.4)";Does somebody have a clue?