You can also use it for your npcs to send your players messages. You just need to append to the has messages flag on the player. Like...
- flag p@%recipient% has_messages_from:->:%sender%
Then flag the sender
- flag n@%sender% message_for_%recipient%:"Help me Obiwan Kenobi, your my only hope!"
Feel free to comment.
Used it for my server. Works perfectly as a messenger NPC!
You can also use it for your npcs to send your players messages. You just need to append to the has messages flag on the player. Like... - flag p@%recipient% has_messages_from:->:%sender% Then flag the sender - flag n@%sender% message_for_%recipient%:"Help me Obiwan Kenobi, your my only hope!"