Update 'RPG.js'
This commit is contained in:
parent
f6d39a9a6d
commit
3628fc3674
1 changed files with 2 additions and 6 deletions
8
RPG.js
8
RPG.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( "RPG" );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.SendKey( "<CursorRight>" );
|
||||
|
@ -56,10 +56,6 @@ bzhao.SendKey( "<CursorDown>" );
|
|||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<CursorDown>" );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.WaitForText("cols 31");
|
||||
bzhao.SendKey( "R" );
|
||||
|
|
Loading…
Reference in a new issue