ProjectBitShiftCorridors/game/maps/hobby_room_corrupted/pool_table.gd

10 lines
218 B
GDScript

extends RPGH_Event
func default():
textbox("19")
if (is_first_run()):
textbox("20", DataBase.AKO_01)
textbox("21", DataBase.AKO_01)
map.handle_talked_to_counter()
yield(RPGH.Dialog, "finished_textbox_queue")