KirieZ 88 Posted February 4, 2017 View File NpcTalk2 NOTE: Hercules now provides this functionality by itself (check unittalk). I'm not updating this anymore. Hello, When converting iRO's Xmas event I missed a way to use npctalk to a specific player, so today I made it. This plugin adds the npctalk2 script command that allows you to show a message like npctalk, but to a specific player only (by default the one attached to the script). *npctalk2("<message>"{, "<npc name>",{"player name"}})This command will display a message to the a target player as if the NPC object running it was a player talking - that is, above their head and in the chat window. The display name of the NPC will get appended in front of the message to complete the effect.If NPC Name is given, the message will display on this npc's instead.If Player Name is given, the message will be displayed to that player instead of the attached one (if he's online)If the player is too far from the NPC (for example, in another map), the message will only show in the chatbox. Usage Example: Assumming it's running in a NPC named Test and that there's a NPC named Test2 near.// Will display "I'm only talking to <Attached Player Name>" only to the attached player over NPC Testnpctalk2 "I'm only talking to "+strcharinfo(0);// Will display "I'm only talking to KirieZ" to player named KirieZ over NPC Testnpctalk2 "I'm only talking to KirieZ", "Test", "KirieZ";// Will display "Don't bother my friend, I'll talk to you" to the Attached player over NPC Test2npctalk2 "Don't bother my friend, I'll talk to you", "Test2"; If you find any bug let me know. Submitter KirieZ Submitted 02/04/17 Category Plugins 3 Ridley, Murilo BiO' and bWolfie reacted to this Quote Share this post Link to post Share on other sites
Murilo BiO' 26 Posted February 4, 2017 Awesome Now players can have more privacy when talking to NPCs haha Quote Share this post Link to post Share on other sites
Eternity 1 Posted February 5, 2017 Great! anybody chance for rA version also? Quote Share this post Link to post Share on other sites
Ridley 295 Posted February 7, 2017 Nicely done! Quote Share this post Link to post Share on other sites