6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLoc=GetLocation(OBJECT_SELF);
|
||
|
CreateObject(OBJECT_TYPE_CREATURE,"jw_und_spear_sk",lLoc);
|
||
|
}
|