7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string sNPC;
|
||
|
sNPC=GetLocalString(GetPCSpeaker(),"QuestTargetNPC");
|
||
|
SpeakOneLinerConversation("Try speaking to " + GetName(GetObjectByTag(sNPC)));
|
||
|
}
|