Wreck clearing
I'm using a mark V howitzer to destroy wrecks right now, cause they were flooding a Ringer Collective that I was using as my shield. However, three wind slaver wrecks are sitting right over the cannons of the Collective, and whenever I try to clear them out, I end up hitting the Collective instead. Can someone help me destroy/remove them?
Add this to the <actions> tab in the dockscreen dsAbandonedShip.
i have used this with extreme satisfaction to delete wrecks anywhere and everywhere.
a not on using. when i tried to simply overright dsAbandonedShip in an extension it crashed so i had to change it in the main xml. NEVER change the tdb... it will crash if the number of characters changes.
i have used this with extreme satisfaction to delete wrecks anywhere and everywhere.
a not on using. when i tried to simply overright dsAbandonedShip in an extension it crashed so i had to change it in the main xml. NEVER change the tdb... it will crash if the number of characters changes.
Code: Select all
<Action name="Scuttle Wreck" imageID="&rsItemListScreen;" imageIndex="1" key="S" default="1" >
(block Nil
(objDestroy gSource)
(scrExitDock gScreen)
)
</Action>