ハイスコアテーブルに入れる名前をユーザーに尋ねようとしています。
ユーザーが名前を付ける前に名前とスコアを追加するため、get_string_async を使用したくありませんが、get_string は非推奨であるため機能しません。
name = get_string("Game Over. What is your name?","Player");
highscore_add(name,score);
global.highscore == 1; //tells draw event to draw highscore table.
コードを続行する前に入力を待機する get_string の代替手段はありますか?