hi, im trying to make a way point that when im runing rombot with 4 alts at the same time they can all leave at the seem time so i can reset instances and reinvite back to group.
This is what ive got so far but id dosn't seem work when i place it in a way point .
I can only assume that the /ILG commands are registered by an addon, and that they do not work as macro commands by themselves. You should open up the addon in a text editor and find the functions that those slash commands refer to and call those directly, instead.
You know, that's probably an unnecessary limitation. I had a similar issue when trying to use "/split" and "/merge". Why don't we add a function for doing slash commands?
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
I suppose we could, but, how would it work? Don't slash commands only work through normal chat? This isn't too much of a problem, but we need to make sure it doesn't cause the chat to stay open.
I did a quick test by adding a third argument to RoMScript to include the "script" prefix in the command or not, but it didn't work. I'm assuming the command macro text would have to be different.
Come to think of it you would probably have to send only the slash command. I guess a slash command wouldn't return data. That would make it a fairly simple function. Just writeToMacro and execute.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
I did a quick test by adding a third argument to RoMScript to include the "script" prefix in the command or not, but it didn't work. I'm assuming the command macro text would have to be different.
Come to think of it you would probably have to send only the slash command. I guess a slash command wouldn't return data. That would make it a fairly simple function. Just writeToMacro and execute.
im a newbie at all this and not sure what u guys mean by "simple function"