Feature - New #1196
Self destruct
Start date:
2014-09-29
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
Please add a function to allow a pilot to trigger self destruct of their current ship
Updated by CyberTech about 10 years ago
- Status changed from New to Duplicate
This was implemented several years back :)
Updated by CyberTech about 10 years ago
- Status changed from Duplicate to New
No it wasn't! reopening.
Updated by Amadeus about 10 years ago
- Status changed from New to Implemented
- Assignee set to Amadeus
October 4, 2014 [ISXEVE-20141001.0009] * Datatype: 'ship' New Method: 1. SelfDestruct ** ** EXAMPLE: ** MyShip:SelfDestruct ** wait 50 ${EVEWindow[byName,modal](exists)} ** if (${EVEWindow[byName,modal].Text.Find["self-destruct your ship"]}) ** { ** EVEWindow[byName,modal]:ClickButtonYes ** echo "Your ship will now self-destruct in 2 minutes!" ** } **