Just replace "resref" with the resref of your wraith (make sure to keep the quotation marks) and put this in the fighter's OnDeath slot:
void main()
{
CreateObject(OBJECT_TYPE_CREATURE, "resref", GetLocation(OBJECT_SELF));
}
Modifié par Squatting Monk, 30 septembre 2012 - 11:51 .