Someone wanted the ability to check for non-targetable entities with "cnm" but only target targetable entities with "tcm," so I've added the following script command:
- "cit[enable]" — Toggles line 23 in config.txt on/off. Setting "enable" to 1 will enable line 23. Setting "enable" to 0 will disable it. Enabling line 23 will have Speeder only consider entities that are actually targetable for commands such as "cnm" and "tcm." The reason this command exists is to allow you to disable or enable line 23 at will depending on whether you are using "cnm" or "tcm." Example:
- keys=cit0|cnm1,2000|dbg % there is at least one mob nearby that may or may not be targetable
keys2=cit1|tcm2000|dbg % targeting the closest targetable mob within 2000 distance
- keys=cit0|cnm1,2000|dbg % there is at least one mob nearby that may or may not be targetable
This command requires Speeder version 150+.