Hiya,
i am using UF.
Sub Event_RaidInvite(Line,Sender)
/if (${Raid.Leader.Name.Equal[${Me.CleanName}]}) {
/delay 5
/tell ${Sender} OK
/say ${Sender} OK
/raidinvite ${Sender}
/delay 5
}
/return
I can trigger my Subevent RaidInvite but the ${Sender} wont get an Tell/Raidinvite.
Tho my Chatwindow says: You invite Sendername to join your raid, but the Sender dont get an Raidinvite. If i perform the command /raidinvite Sendername ingame it works perfect.
Same with Tell: You told ,'is not online at the momemt'.
Anyone have any idea how i can solve that/ what i am doing wrong ?