Amon_PRC8/_module/nss/smokescript.nss

10 lines
268 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
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));
}