Jaysyn904 defc8f9f6d Re-uploaded instead of migrated
Re-uploaded instead of migrated.
2024-08-03 15:05:13 -04:00

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);
}