| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| 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