Page 1 of 1

[code] Alternate raise states

Posted: Sat Jan 16, 2010 11:23 am
by Ichor
Let's say you want a monster to be able to revive other monsters. We all know how to do that. However, suppose you want another monster in your project to do something else to a corpse besides raise it up (for instance, devour the corpse). Well, I have just discovered a way to do this, although it's not quite perfect. I was going to use it myself for corpse explosion, but it was too much trouble, and it won't work if something is standing on the corpse, even a tiny bit. This seriously limits its effectiveness. Still, I think this could be useful. Anyway...
Spoiler: Reviver
This revives the monster, then almost immediately explodes with a custom damagetype. This is to force the revived monster into a different state instead of just reviving it. In this case here, it's just a projectile, but it should work with normal monsters.
Spoiler: Revived
The DeadThing inventory is to make sure the monster will not do the new thing if that damagetype hits the monster and it isn't being revived.

Re: [code] Alternate raise states

Posted: Sat Jan 23, 2010 9:30 am
by ShadesMaster
Hmmm... interesting! The potential is endless!