Amon_PRC8/_module/nss/recreatehossel.nss

13 lines
297 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//:://////////////////////////////////////////////
//:: Created By: Craig Suter
//:: Created On: 9-10-02
//:://////////////////////////////////////////////
void main()
{
DestroyObject (GetObjectByTag("Hossel"));
CreateObject(OBJECT_TYPE_CREATURE, "Hossel", GetLocation(OBJECT_SELF));
}