void main() { object oPC = GetPCSpeaker(); object oTarget; object oSpawn; location lTarget; oTarget = GetWaypointByTag("WP_SPn_Thel_Tend"); lTarget = GetLocation(oTarget); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "caldthello", lTarget); oTarget = oSpawn; AssignCommand(oTarget, ActionStartConversation(oPC, "")); }