Forums » General

Remote jettison command?

Apr 12, 2017 PaKettle link
Is there a remote jettison command for cappies?
Apr 12, 2017 The_Catman link
No, but it would be useful.
Apr 14, 2017 PaKettle link
Well then I suggest, A remote jettison command, In the Game with some beer and pizza...

To keep things consistent and since we really only need to be able to jettison a single item at a time:

JettisonRemote

Definition: JettisonRemote(int itemid, int quantity,int shipid) -> nil
Description:
Jettison provided type and amount of cargo
Arguments:
itemid itemid of cargo item
quantity amount of cargo to jettison
shipid idnumber of an owned cappie currently in space

Example:

JettisonRemote(1234, 2, 0243050)

jettison 2 units of the cargo with the itemid 1234 from an owned cappie 0243050 in space, Otherwise functions fails and does nothing.

This likely should be limited to the same sector as well.
Apr 14, 2017 Death Fluffy link
I could have sworn I read somewhere that this is something Incarnate had in mind when he gets around to expanding capship commands.