Fallout Drop Command


General Information

This command removes a specified item (and optionally, an amount) from the inventory of the target and places the item(s) on the floor near the target.

Syntax


drop [item id] [amount] Target Command

Item IDThe ID of the item you wish to move from the target's inventory to the floor.
AmountThe amount of the specified item you wish to move from the target's inventory to the floor.

Examples


ff0084953.drop 0006907d

This command removes 1 Crystal from the inventory of the NPC or container with reference ID ff0084953 and places it on the floor near them (makes them drop the item).

ff0084953.drop 0006907d 2

This example is the same as the first, but instead of dropping just 1 crystal, it drops 2 (because we specified 2 as an argument).