Feature - New #2112
using Abyssal Filaments
0%
Description
its a item which we can buy at market: Trade Goods / Abyssal Filaments / Dark Filaments /
it is used as a key for entering the instance
so when we in space use right mouse button on it and press use Filament
then in new window select activate for fleet or for self
Files
Updated by CyberTech about 5 years ago
- Status changed from New to In Progress
- Assignee set to CyberTech
Updated by CyberTech about 4 years ago
Update: I've fixed UseAbyssalKey, but the window it opens doesn't have any controls we can currently access via script, so i'll have to add a new window type for it.
Updated by CyberTech almost 4 years ago
- Status changed from In Progress to Implemented
- Assignee changed from CyberTech to Amadeus
Implemented via new button controls 2021-02
Updated by Teht almost 4 years ago
New button controls on 2021-02:
if ${EVEWindow[KeyActivationWindow].Button[button](exists)}
{
EVEWindow[KeyActivationWindow].Button[button]:Press
}
if ${EVEWindow[AbyssActivationWindow].Button[button](exists)}
{
EVEWindow[AbyssActivationWindow].Button[button]:Press
}