generated from Jaysyn/ModuleTemplate
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
void main()
|
|
{
|
|
location lLoc = GetLocation(GetObjectByTag("SPAWN_POINT"));
|
|
CreateObject(OBJECT_TYPE_CREATURE, "nw_bugbeara", lLoc);
|
|
ActionSpeakString("You have spawned a Bugbear.");
|
|
}
|