Amon_PRC8/_module/nss/stenchscript.nss

10 lines
185 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oHeart;
oHeart = GetNearestObjectByTag("StenchofDeath");
AssignCommand(oHeart,ActionSpeakString("The stench of death is nearly unbearable", TALKVOLUME_TALK));
}