version 1.21 | | version 1.22 |
---|
| | |
the move_fields below. It is strongly encouraged that the string names be | | the move_fields below. It is strongly encouraged that the string names be |
used for improved readability. In addition, using string names, especially | | used for improved readability. In addition, using string names, especially |
'all', will result in easier maintability in the future. For example, if you | | 'all', will result in easier maintability in the future. For example, if you |
specify 'move_block 15' right now, that is equivalant of all. However, if new | | specify 'move_block 31' right now, that is equivalant of all. However, if new |
move types are added, using a numeric option will not block the new movement | | move types are added, using a numeric option will not block the new movement |
types, where if 'move_block all' was used, it continue to block everything. | | types, where if 'move_block all' was used, it continue to block everything. |
| | |