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

11 lines
231 B
Plaintext

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