
If you have any details about your graphic end, I'm always around

I have now compleated Keymate
I have now compleated Keymate
happy someone likse 


if(message.Text == "KeyWord1") then
Image.SetVisible("KeyImagegm", true);
Image.SetVisible("Imagebm", false);
Text2 = Sender.." As Changed Mood To Good"
elseif(message.Text == "KeyWord2") then
Image.SetVisible("KeyImagegm", false);
Image.SetVisible("KeyImagebm", true);
Text2 = Sender.." As Changed Mood To Bad"
elseif(Text == "KeyWord3") then
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\KeyWord3.ogg", true, false)
Text2 = Sender.." spits at you"
elseif(message.Text == "KeyWord4") then
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\KeyWord4.wav", true, false)
Text2 = Sender.." Yodels Yahoo"
elseif(message.Text == "KeyWord5") then
Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\KeyWord5.wav", true, false)
Text2 = Sender.." is working hard"
else
Text2 = message.Text
end
Sounds = "KeyWord3" or "KeyWord4" or "KeyWord5" if (message.Text == Sounds) then Audio.Load(CHANNEL_BACKGROUND, "AutoPlay\\Audio\\"..Sounds..".wav", true, false) Text2 = Sender.." Playes Sould" else Text2 = message.Text end



Leave a comment: