Character name

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Velsharon
Posts: 12
Joined: Wed May 26, 2010 8:59 pm

Character name

#1 Post by Velsharon »

What variable holds the character name that the bot is currently working with? I would like to be able to extract this so I can print it to the screen in a message.


eh... nevermind.. figured it out, lol.
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

Re: Character name

#2 Post by miximixi007 »

Velsharon wrote:What variable holds the character name that the bot is currently working with? I would like to be able to extract this so I can print it to the screen in a message.


eh... nevermind.. figured it out, lol.
printf("CharacterName="..player.Name.."\n");
Post Reply