コンテンツにスキップ

Dialog_Clear()

Master old_version zhazha
Dialog_Clear()

ダイアログキューにあるテキストを全て削除します。

char_sign/userevent_0
Dialog_Add("* Can you see this message?");
Dialog_Clear()
Dialog_Add("* You haven't seen anything.")
Dialog_Start()

上記コードは、* Can you see this message? を表示せずに、* You haven't seen anything. のみをダイアログボックスに表示します。