13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetLastUsedBy();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
ActionSpeakString("Read the description for the full story of the Shrine of the Black Virgin");
|
|
|
|
}
|
|
|