(low, check, high)
| 964 | } |
| 965 | |
| 966 | #util_between(low, check, high) { return ( check >= low && check <= high ) } |
| 967 | #util_gameVersion(dVer) { |
| 968 | if ( this.#util_between(4, dVer, 6) ) { return 11 } |
| 969 | if ( this.#util_between(9, dVer, 16) ) { return 13 } |