how do you add items to a station or ship in the script editor

The place to discuss scripting and game modifications for X³: Reunion.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

halo3
Posts: 2
Joined: Thu, 17. May 07, 08:53

how do you add items to a station or ship in the script editor

Post by halo3 »

how do you add items to a station or ship in the script editor?
plz give specific directions. :) :)
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22403
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

Code: Select all

Arguments:
$ship  var/ship
$num  var/number
$ware var/ware

$ship -> add $num units of $ware
halo3
Posts: 2
Joined: Thu, 17. May 07, 08:53

Post by halo3 »

where do you get to the specific code and i want to addd a whole buncha stufff
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22403
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

the add ware command is found in the Trade Command menu
User avatar
arcana75
Posts: 2165
Joined: Tue, 2. Dec 03, 09:28
x3tc

Post by arcana75 »

halo3 I strongly recommend u read the MSCI Handbook available in both PDF and web. The web link is somewhere here. The MSCI Handbook can be downloaded from the X2 bonus(?) materials download, by clicking

>
> <--- There
>

The MSCI Handbook doesn't mention X3 added commands, which I believe the web one does. What's lacking is annotations and comments on the commands themselves.

Return to “X³: Reunion - Scripts and Modding”