Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID 556mmSurplusAmmoAddScript
Form ID 00166652

This script is related to the 5.56mm, surplus round.

scn 556mmSurplusAmmoAddScript
int killme
BEGIN OnAdd Player
        Set killme to 1
END
begin GameMode
                int countofstuff;
                int numberToAdd;
        if (killme == 1)
                Player.AddItem Ammo556mmSurplus 250
                RemoveMe
        endif
end