RE: [Release] Messenger Magician
The magician didn't work after it was installed. Every time I started up, I had to stop and start the script to get the magician doing his work.
The problem appeared on a windows Vista business and a windows live messenger 8.5.1288.816.
To solve the problem, I've added this code to start the magician (silently) after signing in, wich refers to the startcharacter-function.
function OnEvent_SigninReady(Email){
startcharacter();
}
|