O.P. [help] i need help with my script
hi. i am having trouble with my script. it is a simple script that toasts you when a contact starts listening to music or it changes.
here is the source
[/code]function OnEvent_ContactMediaChange()
{
var Notice = Email + "is now listening to" + NewMedia;
Notice = MsgPlus.RemoveFormatCodes(Notice);
MsgPlus.DisplayToast(Notice);
}
[/code]
here is the debugging information
[/code]Script has been stopped
Script is starting
Script is now loaded and ready
Function called: OnEvent_ContactMediaChange
Error: 'Email' is undefined.
Line: 3. Code: -2146823279.
Function OnEvent_ContactMediaChange returned an error. Code: -2147352567 [/code]***this is when he played his first song***[/code]
Function called: OnEvent_ContactMediaChange
Error: 'Email' is undefined.
Line: 3. Code: -2146823279.
Function OnEvent_ContactMediaChange returned an error. Code: -2147352567[/code] ***we then changed the song to see if the concept was correct, it was.***
[/code]
This post was edited on 06-27-2006 at 04:09 AM by huddo121.
|