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
Function of RoM-Addon in RoMBot
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Function of RoM-Addon in RoMBot
Code: Select all
RoMScript("someFunction()");
Re: Function of RoM-Addon in RoMBot
and "someFunction()" could be any function created in any rom-addon?
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Function of RoM-Addon in RoMBot
That is exactly right. You can place any commands you want; not just function calls.