9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
object oSelf = OBJECT_SELF;
|
||
|
string sRes = GetResRef(OBJECT_SELF);
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, sRes, GetLocation(oSelf));
|
||
|
|
||
|
}
|