| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | Case44MagnumAddScript
|
| Form ID | 00166D47 |
This script gives the player a .44 Magnum case when they fire a .44 Magnum round. There is a 35% chance of this.
scn Case44MagnumAddScript
BEGIN OnAdd Player
Player.AddItem Case44Magnum 25
RemoveMe
END