looking for check character name function

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
noobyone
Posts: 16
Joined: Mon Feb 27, 2012 5:29 am

looking for check character name function

#1 Post by noobyone »

Hello
I'm looking for a fuction to to call options depending on character name.
Something like:

Code: Select all

if charactername ("lolypop");
then loadPaths ("lolygoshop");
else loadPaths ("farmmem")
end
could someone give me some advice
thanks
Last edited by noobyone on Sat Dec 01, 2012 11:42 am, edited 1 time in total.
User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: looking for check character lvl function

#2 Post by Ego95 »

rock and lisa helped me a few days ago. It should be:

Code: Select all

if player.Name == "MyChar" then
noobyone
Posts: 16
Joined: Mon Feb 27, 2012 5:29 am

Re: looking for check character name function

#3 Post by noobyone »

thank you
Post Reply