<RetVar/IF> = is upgrade: ware=<Var/Ware>

This forum serves as MSCI Reference at EGOSOFT. It's Read-Only for non MSCI Group members.

Moderators: Scripting / Modding Moderators, MSCI Moderators

Locked
mark_a_condren
Posts: 1468
Joined: Wed, 3. Aug 05, 05:05
x3tc

<RetVar/IF> = is upgrade: ware=<Var/Ware>

Post by mark_a_condren » Sun, 2. Jan 11, 13:30

[skip|else] if [not]|while [not]| <RetVar/IF> = is upgrade: ware= <Var/Ware>


[skip|else] if [not]|while [not]| = The possible 'Conditional' statements that can be used with this command.
<RetVar/IF> = If the command is to 'return' information. If a variable is used, this command will return TRUE or FALSE.
<Var/Ware> = The ware you wish to check.


Some wares are upgrades and some are not. This command will let you check if it is of the type 'upgrade' or not.


Example:

$ware = Cargo Bay Extention
IF = is upgrade: ware=$ware
| install 1 units of ware: $ware
else
| add 1 units of ware: $ware
end

With this you can install the ware if it is an upgrade, or add it to the cargo bay if it is not.


Additional Information:
  • Upgrade wares:
    • Cargo Bay Extention
    • Engine Tunings
    • Rudder Optimisation

Command Location:

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24961
Joined: Sun, 2. Apr 06, 16:38
x4

[TiP][49] 294369

Post by X2-Illuminatus » Wed, 5. Jan 11, 17:31

[skip|else] if [not]|while [not]| <RetVar/IF> = is upgrade: ware= <Var/Ware>


[skip|else] if [not]|while [not]| = Die möglichen bedingten Anweisungen, die mit diesem Befehl genutzt werden können.
<RetVar/IF> = Wird benötigt, wenn der Befehl eine Information zurückgeben soll. Wenn eine Variable genutzt wird, wird dieser Befehl im Erfolgsfall TRUE (wahr), im Fehlerfall FALSE (falsch) zurückgeben.
<Var/Ware> = Die Ware, die du überprüfen möchtest.


Einige Waren sind Upgrades, andere nicht. Dieser Befehl überprüft, ob eine Ware vom Typ "Upgrade" ist oder nicht.


Beispiel:

$ware = Laderaumerweiterung
IF = is upgrade: ware=$ware
| install 1 units of ware: $ware
else
| add 1 units of ware: $ware
end

Hiermit kannst du eine Ware installieren, wenn sie ein Upgrade ist oder dem Frachtraum hinzufügen wenn nicht.


Zusätzliche Information:
  • Waren, die Upgrades sind:
    • Laderaumerweiterung
    • Triebwerkstuning
    • Ruder-Optimierung

Zu finden unter:

Locked

Return to “MSCI Reference”