Lankhmar_PRC8/_module/nss/approach_treyton.nss

17 lines
234 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oTarget;
object oPC = GetEnteringObject();
AssignCommand(oPC, ClearAllActions());
if (!GetIsPC(oPC)) return;
oTarget = GetObjectByTag("Treyton");
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
}