TheHordeOrcs_PRC8/_module/nss/southgatedust.nss
Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

11 lines
227 B
Plaintext

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