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