Can anyone help me fix this script for the new launcher?
Code:
function main()
{
if !${LavishScript.Executable.Find["ExeFile.exe"](exists)}
{
Script:End
}
ext isxeve
wait 200
uplink remote -connect PC_XBLADE
;uplink remote -connect PC_XPS
Login:SetPassword["yourpassword"]
wait 10
Login:Connect
wait 300
run dronesave
run dronebind
run locmon
;CharSelect:ClickCharacter
}