PoA_PRC8/_module/nss/respawnme.nss

9 lines
149 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oSelf = OBJECT_SELF;
string sRes = GetResRef(OBJECT_SELF);
CreateObject(OBJECT_TYPE_CREATURE, sRes, GetLocation(oSelf));
}