5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "IronTrapdoor", GetLocation(OBJECT_SELF));
|
||
|
}
|