1
Stealth scripts / Re: [C#, ScriptSDK] EggFarmer
« on: September 25, 2020, 10:06:28 AM »
It is preferable to use tuples instead lists if the arrays will not be edited.
There is no need to use global operator if your variables will not be reassigned (OnClilocSpeech function).
There is a wrong using SetFindDistance and SetFindVertical functions. They are functions.
I hope you continue to write python scripts, cause this script is a good one. If you will, there is some styling conventions PEP-8.
There is no need to use global operator if your variables will not be reassigned (OnClilocSpeech function).
There is a wrong using SetFindDistance and SetFindVertical functions. They are functions.
I hope you continue to write python scripts, cause this script is a good one. If you will, there is some styling conventions PEP-8.