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

9 lines
271 B
Plaintext

void main()
{
object npc = GetEnteringObject();
if (GetTag(npc)!="BaikTelor") return;
DestroyObject(GetObjectByTag("Baik5"));
AssignCommand(GetMaster(npc),ClearAllActions());
AssignCommand(npc,SpeakString("There is something nearby...something old...I can feel it."));
}