Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: lungdesire
Forum: Lua/XML Help 11-08-20, 02:56 PM
Replies: 6
Views: 7,251
Posted By lungdesire
Thanks everyone for help.

Thanks everyone for help.
Forum: Lua/XML Help 11-08-20, 03:58 AM
Replies: 6
Views: 7,251
Posted By lungdesire
Thanks, but how send "hello" and "bye" from the...

Thanks, but how send "hello" and "bye" from the loop in OnEvent?
Forum: Lua/XML Help 11-07-20, 04:42 PM
Replies: 6
Views: 7,251
Posted By lungdesire
How to send arguments in OnEvent?

Hello everyone. How to send arguments in OnEvent?


h = { "hello", "bye" }

for key, val in pairs(h) do
-- How send "hello" and "bye" in OnEvent ?
end

local function OnEvent(self, event, ...)
Showing results 1 to 3 of 3