TheHordeOrcs_PRC8/_module/nss/northgatedust.nss

11 lines
227 B
Plaintext
Raw Permalink Normal View History

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