Forums » General
Remote jettison command?
Is there a remote jettison command for cappies?
No, but it would be useful.
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.
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.
I could have sworn I read somewhere that this is something Incarnate had in mind when he gets around to expanding capship commands.