View Single Post
  #4  
Unread 03-26-2011, 11:30 AM
aens aens is offline
The Wary
 
Join Date: Nov 2010
Posts: 2
Quote:
Originally Posted by Digital_Utopia
Sadly no - that's not possible, as you can't send chat commands with Lua - only print things out to the chat window.

You can however create a quickslot that will perform an emote, but again, since it's not part of Lua (it uses the macro system) you won't be able to do it at a set interval.
I don't get it. You can perform emotes with Lua (with quickslots, yes), but you can't do it at a set interval. How is that protected? If I can print "Hello world" every 5 minutes, setting the interval to a function containing "Turbine.Shell.WriteLine "Hello world";", can't you put the "use quickslot" code inside that function and make it work that way?

Last edited by aens : 03-26-2011 at 11:37 AM.
Reply With Quote