コンテンツにスキップ

Dialog_Get()

Master old_version zhazha
Dialog_Get()

ダイアログキューからテキストを取得します。

通常は使用しません。

char_sign/userevent_0
Dialog_Add("* Look at me!");
Dialog_Add("* There's no one there.");
show_debug_message(Dialog_Get())
Dialog_Start();

上記コードは、ダイアログキューから* Look at me!というテキストを取得し、ダイアログボックスに* There's no one there.を表示します。