dklollol / Olsen-Framework-Arma-3

MIT License
34 stars 26 forks source link

use Params command in gear functions, add fnc_addItemRandomPercent #200

Closed Drofseh closed 5 years ago

Drofseh commented 5 years ago
TrainDoctor commented 5 years ago

@Drofseh This is good stuff man. How much testing with it have you done? From what I can see if we do some basic testing and have a formal review I think this is good to merge!

Drofseh commented 5 years ago

I've done a reasonable amount of local testing and have been using fnc_addItemRandomPercent for a while (albiet in a slightly different form that required the case chances to add to 100, thus why Percent is in the name).

I'm rolling these changes out to my unit this week for use in our missions, so I think it's good to go, but if you find anything strange in your tests I'm happy to fix bugs.

BlackHawkPL commented 5 years ago

Please convert spaces to tabs so it follows convention of the rest of the framework.

Will merge after it gets some testing.

TrainDoctor commented 5 years ago

@BlackHawkPL I will do some testing with the mods listed below this week and submit my findings within the week. Mods for testing:

Drofseh commented 5 years ago

Please convert spaces to tabs so it follows convention of the rest of the framework.

@BlackHawkPL I thought the framework was being converted from tabs to spaces in a previous update. I remember a PR that did a bunch of it. Was I wrong about that?

Drofseh commented 5 years ago

hmm, looks like it is all tabs right now. I swear I remember a PR where there were apologies for making it unreadable because of the conversion to spaces though.

Drofseh commented 5 years ago

We have been using this for several weeks now without problem.

TrainDoctor commented 5 years ago

@Drofseh Thanks for the info, @BlackHawkPL good to merge after a quick review.