zapibranigan wrote:
- Ogre Blade : a powerful sword, which can one-shot the Crypt Ogre, and then falls into dust (i.e. removed from inventory)
- Glyph of Cold : a glyph which causes cold damages when the party steps on it
How did you script the
Ogre Blade ? with ogre onHit check if party is holding an item ?
I'd be more than happy to see the source code for that one

(or a list of steps to make that at least)
As for your question:
zapibranigan wrote:
is there a way to ressurect a specific dead party member?
I think you can use Champion:isAlive() method to set it to true. I don't know if it can be made this that way, maybe it's just a read-only function. The trick is: who would use such a scroll (dead party members cannot use items). If used by another character it would resurrect first dead member it finds.
Have you tried adding hp to dead members ? Won't it automatically resurrect the target ? (I haven't check that)