Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Nodos7
Forum: Lua/XML Help 02-04-20, 11:02 AM
Replies: 8
Views: 4,731
Posted By Nodos7
I tried a lot variations, but they all are not...

I tried a lot variations, but they all are not worked. Sorry, i'm really noob at addons.

This code not working:
function ButtonHelp_OnClick()
SendChatMessage("Help me!");
C_Timer.After(3,...
Forum: Lua/XML Help 02-03-20, 09:59 AM
Replies: 8
Views: 4,731
Posted By Nodos7
Thank you! But i can't make this code working......

Thank you! But i can't make this code working... It causes interface error and only display SendChatMessage message, not the C_Timer.After one... :confused:
Forum: Lua/XML Help 02-03-20, 12:25 AM
Replies: 8
Views: 4,731
Posted By Nodos7
Could you please add the example of code? Will it...

Could you please add the example of code? Will it work in WoW Classic?
Forum: Lua/XML Help 02-02-20, 02:16 PM
Replies: 8
Views: 4,731
Posted By Nodos7
Delayed message in chat

Hello, world!
I have this simple code:
function ButtonHelp_OnClick()
if UnitIsPlayer("target") or UnitName("target") == nil then
SendChatMessage("I need help!");
SendChatMessage("Somebody,...
Showing results 1 to 4 of 4