14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
//Put this OnEnte
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetLastPerceived();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
if (!GetLastPerceptionSeen()) return;
|
|
|
|
AssignCommand(OBJECT_SELF, ActionStartConversation(oPC, "convo_joril_pst"));
|
|
|
|
}
|
|
|