<!-- Auton, Thor's Wondrous Devices Custom -->
<ItemType UNID="&itCustomAutonWondrous;"
name= "Wondrous Devices custom auton"
level= "5"
value= "11000"
mass= "4000"
frequency= "rare"
unknownType= "&itUnknownAuton;"
modifiers= "Auton; MinorItem"
description= "Spec-built by Wondrous Devices, this custom auton has heavy ceralloy armor, laser-absorbing Solon shielding, and its own xiphon arc swivel cannon."
>
<Image imageID="&rsItems1;" imageX="96" imageY="288" imageWidth="96" imageHeight="96"/>
<Invoke key="A">
(block (auton)
; Create the auton
(setq auton
(sysCreateShip
&scDwargRaider; <== what I changed
(objGetPos gSource)
&svFriendlyAuton;
"auton"
)
)
; Escort ship
(shpOrderEscort auton gSource)
; Identify the item
(itmSetKnown gItem)
; Welcome message
(objSendMessage gSource Nil "Wondrous series online [v1.2a]")
; Remove the item from the player's list
(objRemoveItem gSource gItem 1)
)
</Invoke>
</ItemType>
Any ideas? My brain shuts off after 3AM...
