7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location llocation = GetLocation(OBJECT_SELF);
|
||
|
DestroyObject (OBJECT_SELF);
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "scarecrow", llocation);
|
||
|
}
|