From 5a68f5f018d02222acdb58eee0c70b1d81f89776 Mon Sep 17 00:00:00 2001 From: Techwizz Date: Fri, 14 Jul 2023 22:48:24 +0000 Subject: [PATCH] Update 'RPG.js' --- RPG.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPG.js b/RPG.js index ed6d067..ca47ea4 100644 --- a/RPG.js +++ b/RPG.js @@ -63,7 +63,7 @@ bzhao.SendKey( "" ); bzhao.SendKey( "" ); bzhao.WaitForText("Ford Parts by Basic PROMPT # 1", 1, 1, 100000); bzhao.SendKey( "[" ); -bzhao.SendKey( core ); +bzhao.SendKey( core.toUpperCase() ); bzhao.SendKey( "]" ); bzhao.SendKey( "" ); bzhao.WaitForText("cols 31", 1, 1, 100000);