7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SpeakString("This net is made by netmakers in the northern Marsh District..");
|
||
|
|
||
|
DestroyObject(OBJECT_SELF);
|
||
|
}
|