by XutaWoo » Wed May 23, 2007 4:42 pm
Code: Select all
actor DoomMarine : DoomPlayer
{
deathhand.fire "ItBurns"
}
actor ItBurns : Weapon
{
states
{
Ready:
HBRN ABCB 4 bright
loop
}
}
I got this idea when I was browsing through Strife sprites. You know those weapon hands that are on fire? Well, I don't know where those come from, but why not a fuction that shows a weapon while doing a death? This would allow hands to show Frozen, Enflames, Disenigrating, and other kinds of spectacular deaths from the player's view, not someone else's.
[code]actor DoomMarine : DoomPlayer
{
deathhand.fire "ItBurns"
}
actor ItBurns : Weapon
{
states
{
Ready:
HBRN ABCB 4 bright
loop
}
}[/code]
I got this idea when I was browsing through Strife sprites. You know those weapon hands that are on fire? Well, I don't know where those come from, but why not a fuction that shows a weapon while doing a death? This would allow hands to show Frozen, Enflames, Disenigrating, and other kinds of spectacular deaths from the player's view, not someone else's.