Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
6
_module/nss/altartouch.nss
Normal file
6
_module/nss/altartouch.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user