6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lTarget = GetLocation(OBJECT_SELF);
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "HurGuardian3", lTarget);
|
||
|
}
|