turbocross
New Member
- Joined
- Mar 23, 2010
- Messages
- 231
- Reaction score
- 0
Hi, is it possible to get the bot to do a command, like invite player x, only once upon loading?
Keep all your questions in one thread homie, your pretty much spamming the dev forum at this point.
Lua.DoString("InviteUnit(\"playername\")");
Lua.DoString will execute WoW LUA commands. It's a good idea if you search a number of WoW LUA related websites to get a better understanding of what can be done through LUA code.