Files
HeroesStone_PRC8/_module/nss/grove.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

19 lines
425 B
Plaintext

/* Script generated by
Lilac Soul's NWN Script Generator, v. 1.6
For download info, please visit:
http://www.lilacsoul.revility.com */
//Put this OnEnter
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
SendMessageToPC(oPC, "You can feel the definite tingle of a benevolent, soothing presence as you cross the boundary into the grove...not much unlike bathing in a cool stream...");
}