TheHordeUndead_PRC8/_module/nss/northgatedust.nss
Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

11 lines
227 B
Plaintext

/*
Upon destruction of the north gate, replace with dust plume
Dalantriel: Jul 22, 2002
*/
void main()
{
location loc = GetLocation(OBJECT_SELF);
CreateObject(OBJECT_TYPE_PLACEABLE, "northplume", loc, TRUE);
}