I am wanting to make a command that when used to contacts that player and waits for a reply. If it gets the reply is tells the sender.
Example: (player 1 id is 1 and player 2 Id is 2)
Player 1 enters: /test 2
Player 2 receives a message asking to reply with /acctest (alerted with let’s say pnotify)
Player 2 enters: /acctest
Player 1 gets confirmation that message was responded to.
How could I go about doing something like this?