EN4_PRC8/_module/nss/en3_npcbusy.nss

7 lines
162 B
Plaintext
Raw Permalink Normal View History

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