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
Added by MSMage about 10 years ago. Updated about 10 years ago.
0%
Description
Please add a function to allow a pilot to trigger self destruct of their current ship
This was implemented several years back :)
No it wasn't! reopening.
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!" ** } **