20 lines
440 B
Plaintext
20 lines
440 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Name
|
|
//:: FileName
|
|
//:: Copyright (c) 2001 Bioware Corp.
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By:
|
|
//:: Created On:
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
location llocation = GetLocation(OBJECT_SELF);
|
|
CreateObject(OBJECT_TYPE_CREATURE,"foc001", llocation, 1);
|
|
}
|
|
|