10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
// dn_w_name_spawn
|
||
|
//
|
||
|
//
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetListenPattern( OBJECT_SELF, "**" );
|
||
|
SetListening( OBJECT_SELF, FALSE );
|
||
|
}
|