Classes:LostBJPlayer
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
B.J. Blazkowicz | |||
---|---|---|---|
Actor type | Player | Game | |
DoomEd Number | None | Class Name | LostBJPlayer |
Classes: Actor → PlayerPawn → BJPlayer → LostBJPlayer
Overview
Player class for the Spear of Destiny mission packs. Changes the weapon slots and starting inventory to the alternate versions.
DECORATE Definition
actor LostBJPlayer : BJPlayer { player.displayname "BJ Blazkowicz" player.startitem "BlueClip", 8 player.startitem "BluePistol" player.startitem "Knife2" player.weaponslot 1, "Knife2" player.weaponslot 2, "BluePistol" player.weaponslot 3, "BlueAK47" player.weaponslot 4, "BlueGatlingGun" }