Gamer-Dad / WarMachine_Altis_DEV.Altis

WarMachine by IvosH
0 stars 0 forks source link

Parameter Edit: Random selection #34

Closed Gamer-Dad closed 4 years ago

Gamer-Dad commented 4 years ago

Could we also include a "random" option to some of the params, the one below being a prime example of where it's needed.

class asp1 //Mission type { title = " - Mission type What types of the vehicles will be avliable - AO size"; texts[] = { "Infantry mission - Infantry, light vehicles - AO small", "Combined ground forces - Infantry, light vehicles, armors, transport helicopter - AO medium", "Full spectrum warfare - Infantry, light vehicles, armors, transport helicopter, gunship, jet - AO large" }; values[] = {0,1,2}; default = 2; };

IvosHcz commented 4 years ago

Done