TheHordeOrcs_PRC8/_module/nss/tempgatedust.nss

11 lines
231 B
Plaintext
Raw Normal View History

/*
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);
}