TheHordeOrcs_PRC8/_module/nss/altartouch.nss

7 lines
281 B
Plaintext
Raw Normal View History

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