Lankhmar_PRC8/_module/nss/use_msg_drogo.nss

10 lines
217 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
// Get the creature who triggered this event.
object oPC = GetLastUsedBy();
// Have us say something.
SpeakString("This door requires a key which only Ogo has. You shall not pass.");
}