Lankhmar_PRC8/_module/nss/use_bdyntcbtt.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

12 lines
267 B
Plaintext

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'."));
}