so guys... newb is back
... i got the same code as yesterday but today a bit modified. so i got that idea
its only for scripting training and meuh... dont talk about it, isnt very important... so now my problem
code:
function OnEvent_MenuClicked(IdClicked)
{
if (IdClicked == "MnuAbout")
var Wnd = MsgPlus.CreateWnd("About.xml", "About");
else if (IdClicked == "MnuToast")
{
var Message == "Hello " + Messenger.MyName + "";
MsgPlus.DisplayToast("", Message, "notify.wav");
}
else if (IdClicked == "MnuSound")
var Wnd = MsgPlus.CreateWnd("Sound.xml", "Sound");
}
else if (IdClicked == "MnuGoogle")
var Wnd = MsgPlus.CreateWnd("Google.xml", "Google");
}
I got error on line 7...
quote:
Originally posted by Scriptdebugger
Fehler: ';' erwartet.
Zeile: 7. Code: -2146827284.