Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID Case10mmAddScript
Form ID 00166D44

This script is an object script (SCN) that adds 10mm casings in Fallout: New Vegas. When added to the Courier’s inventory, it provides 25 Case, 10mms and removes itself.

scn Case10mmAddScript
BEGIN OnAdd Player
        Player.AddItem Case10mm 25
        RemoveMe
END