how can i make it so when someone talks, a persons name appears while they talk, even if they changed their name, it switches depending on the name. i remember seeing something like [something/id/whatever] or something like that.
I'm not a 2k3 user/expert, but I know this can be done with a custom message system in RMXP
\n[n] Displays the name of the hero in the database with ID n, n being any numerical value. (\n[0] will show the name of the first member in the current party) (http://rmrk.net/index.php/topic,18.msg2995.html#msg2995)
If your problem is resolved add [Resolved] to your topic title by modifying your first post by using the Modify button under your avatar.
Quote from: Irock on May 13, 2008, 12:12:07 AM
\n[n] Displays the name of the hero in the database with ID n, n being any numerical value. (\n[0] will show the name of the first member in the current party) (http://rmrk.net/index.php/topic,18.msg2995.html#msg2995)
thx, it worked!