PRC8/nwn/nwnprc/trunk/scripts/codi_prc_toe_1.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

11 lines
247 B
Plaintext

void main()
{
object oExit = GetExitingObject();
if(GetLocalObject(oExit, "CODI_LAST_ALTAR") != OBJECT_INVALID)
{
DestroyObject(GetLocalObject(oExit, "LAST_ALTAR"));
DeleteLocalObject(oExit,"CODI_LAST_ALTAR");
}
}