1. Import all of the pikachu sprites into your wad. Do not add in the S_Skin, or SkinDef lump.
2. Add into your decorate lump something that would make a simple pikachu decoration. It doesn't need anything fancy. Here's an example.
Code: Select all
Pikachu
{
Sprite PIKU
Frames "A"
}
4. In an OPEN script use this line
Code: Select all
SetMarineSprite (tid, "Pikachu");