Other invitation mode
Posted: Fri Nov 23, 2012 12:13 pm
This right :
RoMScript("InviteByName('altName');")
and this why not? :
function altID()
if ... then char="name1"
elseif ... then char="name2"
end
return char
end
altChar=altID();
RoMScript("InviteByName(\'"..altChar.."\');");
pls help
RoMScript("InviteByName('altName');")
and this why not? :
function altID()
if ... then char="name1"
elseif ... then char="name2"
end
return char
end
altChar=altID();
RoMScript("InviteByName(\'"..altChar.."\');");
pls help