PRC8/nwn/nwnprc/trunk/psionics/prc_comp_con.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

7 lines
204 B
Plaintext

void main()
{
object oPC = GetLastSpeaker();
AssignCommand(oPC, ActionRest());
AssignCommand(OBJECT_SELF, SpeakString("Let this compassion shield you, as it has shielded so many others."));
}