<RetVar/IF> = is equipment: 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 equipment: ware=<Var/Ware>

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

[skip|else] if [not]|while [not]| <RetVar/IF> = is equipment: 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 equipment and some are not. This command will let you check if it is of the type 'equipment' or not.


Example:

$ware = 1 GJ Shield
IF = is equipment: 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 equipment or add it to the cargo bay if it is not.


Command Location:

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

[TiP][49] 294367

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

[skip|else] if [not]|while [not]| <RetVar/IF> = is equipment: 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 überprüft werden soll.


Einige Waren sind Ausrüstung, andere nicht. Dieser Befehl überprüft, ob eine Ware zum Typ "Ausrüstung" gehört oder nicht.


Beispiel:

$ware = 1 GJ Schild
IF = is equipment: ware=$ware
| install 1 units of ware: $ware
else
| add 1 units of ware: $ware
end

Hiermit kannst du die Ware installieren, wenn sie Ausrüstung ist oder dem Frachtraum hinzufügen wenn nicht.


Zu finden unter:

Locked

Return to “MSCI Reference”