12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
location llocation = GetLocation(OBJECT_SELF);
|
||
|
|
||
|
DestroyObject(OBJECT_SELF);
|
||
|
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "uquilos2", llocation);
|
||
|
}
|
||
|
|