7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
void main()
|
|
{
|
|
string smessage = "The altar is cool to the touch and is definately not made of marble.\nPerhaps someone with knowledge of stonework may be able to shed more light on this.";
|
|
SpeakString(smessage, TALKVOLUME_TALK);
|
|
SetLocalInt(GetLastUsedBy(), "nTouchedAltar", 1);
|
|
}
|