ProjectBitShiftCorridors/game/maps/hobby_room_corrupted/junk.gd

19 lines
424 B
GDScript

extends RPGH_Event
func default():
textbox("12")
if is_first_run():
textbox("13", DataBase.AKO_01)
textbox("14", DataBase.AKO_02)
if map.talked_to_bats_or_junk.value:
textbox("15", DataBase.AKO_01)
screen_text("9")
screen_text("16")
screen_text("17")
screen_text("18")
else:
map.talked_to_bats_or_junk.value = true
map.handle_talked_to_counter()
yield(RPGH.Dialog, "finished_textbox_queue")