Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID BMToyCarScript
Form ID 000E8107

This script is related to Cuddles' toy car.

scn BMToyCarScript
int PickedUp  ; If the player has picked up the car, but later drops it, don't update
                                                        ; its name
begin OnAdd
        set PickedUp to 1
end