Maybe I should make this an intermittent script that triggers while installed and active.
Maybe in the future I should create a dependable beacon that would ping ships in it's range to send them my way as a means to peel defenders off of a station.
If I wanted to make the opposite, would canceling the shiporders result in them going away?
<ItemType UNID="&itTr0ll;"
name= "/Bcaster"
...
modifiers= "MajorItem; Illegal; Info"
description= "Use this communicator contacts hostile ships and barrages them with the worst filth and garbage to troll them and provoke a response."
>
<Image imageID="&rsCommArray;" imageX="0" imageY="0" imageWidth="96" imageHeight="96"/>
<MiscellaneousDevice
capacitorPowerUse= "-10"
powerToActivate= "2000"
deviceSlots= "0"
external= "true"
/>
<Invoke key="/" installedOnly="true">
(block (Tr0ll)
(setq Tr0ll (random (sysFindObject gSource "sEN:550;")))
(if (not Tr0ll)
(objSendMessage gSource Nil "/b/oadcast failinated.")
(block Nil
(shpOrderImmediate Tr0ll 'attack gSource)
(objSendMessage gSource target "/broadcast. Tr0lling underway")
)
)
)
</Invoke>
</ItemType>