ProjectBitShiftCorridors/game/maps/hobby_room_corrupted/junk.gd
2021-05-15 16:45:14 +02:00

19 lines
426 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")