sellAuto minDistance: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page SellAuto minDistance to sellAuto minDistance: Converting page titles to lowercase) |
No edit summary |
||
Line 3: | Line 3: | ||
: Defines the minimum and maximum possible distance between the [[sellAuto_npc|NPC]] and the character. | : Defines the minimum and maximum possible distance between the [[sellAuto_npc|NPC]] and the character. | ||
: To calculate the random distance, both of these parameters must be greater than 0, and also ''' | : To calculate the random distance, both of these parameters must be greater than 0, and also '''sellAuto_minDistance''' must be less than '''sellAuto_maxDistance'''. | ||
: <min> и <max> - it's a [[References#number|number]]. | : <min> и <max> - it's a [[References#number|number]]. | ||
: These parameters are ignored if a value [[sellAuto_standpoint]] is specified. | : These parameters are ignored if a value [[sellAuto_standpoint]] is specified. | ||
[[Category:config.txt]] | [[Category:config.txt]] |
Revision as of 16:14, 15 May 2021
- sellAuto_minDistance <min>
- sellAuto_maxDistance <max>
- Defines the minimum and maximum possible distance between the NPC and the character.
- To calculate the random distance, both of these parameters must be greater than 0, and also sellAuto_minDistance must be less than sellAuto_maxDistance.
- <min> и <max> - it's a number.
- These parameters are ignored if a value sellAuto_standpoint is specified.