Files
HeroesStone_PRC8/_module/nss/spawn_bathorror.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

7 lines
189 B
Plaintext

void main()
{
location lLoc = GetLocation(GetObjectByTag("SPAWN_POINT"));
CreateObject(OBJECT_TYPE_CREATURE, "nw_bathorror",lLoc);
ActionSpeakString("You have spawned a Battle Horror.");
}