Star Wars Roleplay: Chaos

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Members Who Replied this thread

  • 1

    Rayne Lo'to

    Tall Mute Goblin Lady
    • Messages
      288
    • factory_most_approved_items
    • Articles
      1
    • Reaction score
      445
    • Points
      63
  • 1

    Jonyna Si

    The Eye of the Storm
    • Messages
      2,989
    • factory_most_approved_items
    • Articles
      5
    • Reaction score
      4,833
    • Points
      113
  • 1

    Diodoros

    C H A M P I O N
    • Messages
      117
    • factory_most_approved_items
    • Articles
      3
    • Reaction score
      354
    • Points
      63
  • Top Bottom
    document.addEventListener("click", function (e) { if (e.target.matches(".tagUser")) { e.preventDefault(); let username = e.target.dataset.username; let textarea = document.querySelector('textarea[name="message"]'); if (textarea) { textarea.value += `@${username} `; textarea.focus(); } } });