10 lines
217 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 us say something.
SpeakString("This door requires a key which only Ogo has. You shall not pass.");
}