6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLocation=GetLocation(OBJECT_SELF);
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "kryxshell", lLocation, FALSE);
|
||
|
}
|