Update 'PDA.js'
This commit is contained in:
parent
3628fc3674
commit
6484f1b570
1 changed files with 2 additions and 2 deletions
4
PDA.js
4
PDA.js
|
@ -38,11 +38,11 @@ else if (DL == 0)
|
|||
{
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
}
|
||||
else if (bzhao.WaitForText("Account: FTL-I", 1, 1, 0.1))
|
||||
else if (bzhao.WaitForText("Account: ABG672-I", 1, 1, 0.1))
|
||||
{
|
||||
bzhao.MsgBox("Please return to home screen");
|
||||
}
|
||||
bzhao.WaitForText("Account: FTL-I", 1, 1, 100000);
|
||||
bzhao.WaitForText("Account: ABG672-I", 1, 1, 100000);
|
||||
bzhao.SendKey( "PDA" );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.SendKey( "T" );
|
||||
|
|
Loading…
Reference in a new issue