Posted: Fri May 18, 2007 9:46 am
I did something once that made a rocket marine look like Duke Nukem so here is your solution.
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.
3.Place your marine in the map using an editor, and give him a unique tid.
4. In an OPEN script use this line
Replace tid with your marines unique tid, and there you go.
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");