7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
void main()
|
|
{
|
|
location lScreen = GetLocation(OBJECT_SELF);
|
|
DestroyObject(OBJECT_SELF);
|
|
CreateObject(OBJECT_TYPE_PLACEABLE, "closedscreen", lScreen, FALSE, "closeedscreen");
|
|
}
|