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

7 lines
184 B
Plaintext

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