jowi New member Messages 10 Points 0 Jun 6, 2022 #2 How do I make the 'npctalk' script display only on the player attached to the NPC? Like a 'bc_self' flag
How do I make the 'npctalk' script display only on the player attached to the NPC? Like a 'bc_self' flag
meko Core Developers Messages 363 Points 0 IRC Nickname meko Github Helianthella Emulator Hercules Client Version ManaPlus Jun 6, 2022 #3 unittalk(getnpcid(0), "your message", true, SELF, playerattached()); see doc/script_commands.txt for documentation
unittalk(getnpcid(0), "your message", true, SELF, playerattached()); see doc/script_commands.txt for documentation