http://game3.stne.net/objectexplorer?p= ... llWarpCore

Function RefillWarpCore(Menge As Double, BasisWarenTyp As EWarpcoreFillType)

Enum EWarpcoreFillType : Enum
Function CompareTo(target As Object) As Integer (geerbt)
Static Var deuterium As EWarpcoreFillType
Static Var dilliAmDeut As EWarpcoreFillType
Function GetTypeCode() (geerbt)
Function HasFlag(flag As Enum) As Boolean (geerbt)
Static Var plasma As EWarpcoreFillType
Var value__ As Integer


AShip.Action.RefillWarpCore(100, EWarpcoreFillType.plasma);
AShip.Action.RefillWarpCore(20, EWarpcoreFillType.diliAmDeut);

Wie das mit DiliAmDeut funktioniert (Menge) weiß ich nicht, probiers aus.

AShip.StockRoom.Amount(EGoodsType.Deuterium) brauchst du nicht, gib einfach einen hohen Wert (z. B. 100000) an.

lg
Elchi