Rune_PRC8/_module/nss/dn_w_name_spawn.nss

10 lines
125 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
// dn_w_name_spawn
//
//
void main()
{
SetListenPattern( OBJECT_SELF, "**" );
SetListening( OBJECT_SELF, FALSE );
}