Difference between revisions of "Classes:LostBJPlayer"
From ECWolf Wiki
|  (Created page with "{{Actor| | type = Player | class = LostBJPlayer | name = B.J. Blazkowicz | game = Spear }}Classes: {{Class|Actor}} → {{Class|PlayerPawn}} → {{Class|BJPlayer}} &r...") | 
| (No difference) | 
Latest revision as of 14:09, 12 February 2013
| 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" }

