Aantioch_Infernum/_module/nss/joril_see_pc.nss

14 lines
214 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//Put this OnEnte
void main()
{
object oPC = GetLastPerceived();
if (!GetIsPC(oPC)) return;
if (!GetLastPerceptionSeen()) return;
AssignCommand(OBJECT_SELF, ActionStartConversation(oPC, "convo_joril_pst"));
}