void main()
{

object oPC = GetEnteringObject();

if (!GetIsPC(oPC)) return;

object oTarget;
oTarget = GetObjectByTag("SteepLedge3");

AssignCommand(oTarget, ActionStartConversation(oPC, ""));

}