ProjectBitShiftCorridors/game/maps/hobby_room_corrupted/shelf.gd

10 lines
194 B
GDScript3
Raw Normal View History

2021-05-15 13:44:25 +02:00
extends RPGH_Event
func default():
2021-05-28 15:29:31 +02:00
textbox("Shelf_1")
if is_first_run():
2021-05-28 15:29:31 +02:00
textbox("Shelf_2", DataBase.AKO_01)
2021-05-15 13:44:25 +02:00
map.handle_talked_to_counter()
yield(RPGH.Dialog, "finished_textbox_queue")