void main() { string sNPC; sNPC=GetLocalString(GetPCSpeaker(),"QuestTargetNPC"); SpeakOneLinerConversation("Try speaking to " + GetName(GetObjectByTag(sNPC))); }