Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
8
_module/nss/qst_npc_error.nss
Normal file
8
_module/nss/qst_npc_error.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
string sTag;
|
||||
|
||||
sTag = GetLocalString(GetPCSpeaker(),"QuestTargetNPC");
|
||||
|
||||
SendMessageToPC(GetPCSpeaker(),"Error: You seek " + sTag);
|
||||
}
|
Reference in New Issue
Block a user