Function of RoM-Addon in RoMBot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
th0ss
Posts: 3
Joined: Wed Aug 17, 2011 5:37 pm

Function of RoM-Addon in RoMBot

#1 Post by th0ss »

Ok,
I think you know what I want to do...
I have an Addon (some Functions in a .lua-File) and I want to use one of these functions in my waypoint file... How do I do that? I searched the wiki, but I didn't found the information I needed :/

cheers,
th0ss
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Function of RoM-Addon in RoMBot

#2 Post by Administrator »

Code: Select all

RoMScript("someFunction()");
th0ss
Posts: 3
Joined: Wed Aug 17, 2011 5:37 pm

Re: Function of RoM-Addon in RoMBot

#3 Post by th0ss »

and "someFunction()" could be any function created in any rom-addon?
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Function of RoM-Addon in RoMBot

#4 Post by Administrator »

That is exactly right. You can place any commands you want; not just function calls.
Post Reply