I want to make a spell for an NPC to use, where he summons a skeleton. Whenever that skeleton is killed, it respawns and a clone is placed beside it. The only way to win is to kill the NPC who summoned them.
What commands are there in the CS to let me spawn copies of the same NPC. Would a method using placeatme work? I wasn't sure if that command was conditional on who the script was running on, or if it always refered to the player.
If I could use placeatme, then I think its just a matter of making the script effect do "placeatme
". And then having the be a custom creature with a script attached to it with a "Begin ondead placeatme SkeletonID , resurect etc etc".