Space Scan |
|
12 |
Space Scan plug-in looks asynchronously for an objects in near space (in radar range) and compare their names with those from the list. There is a basic list which includes useful substrings of hive drops:
"xit",
"hive",
"cpu",
"proc",
"synth",
"grade",
"neural",
"cyber"
You may always add or remove any search substrings by issuing a scan_add or scan_del commands.
Those commands are accepting multiple arguments at once
/scan_add arthemis nanite
/scan_del orun scrap
The space scanning must be toggled by scan_toggle command to begin or stop.
It is practical you bind this toggling to key:
-----
/bind F2 scan_toggle
-----
|