Amon_PRC8/_module/nss/smokescript.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

10 lines
268 B
Plaintext

void main()
{
object oHeart;
oHeart = GetNearestObjectByTag("Smoke");
AssignCommand(oHeart,ActionSpeakString("Behold the fallen city of Clockshire.. what once as a brilliant city of Gnomes, now lies in ruins.. with no signs of life anywhere.", TALKVOLUME_TALK));
}