Lankhmar_PRC8/_module/nss/use_bdyntcbtt.nss

12 lines
267 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
// Get the creature who triggered this event.
object oPC = GetLastUsedBy();
// Have "BloodyNote1" say something.
AssignCommand(GetObjectByTag("BloodyNote1"), SpeakString("Written in jagged writing is 'Chapel of Contemplation'."));
}