about summary refs log tree commit diff stats
path: root/data/maps/the_words/rooms
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_words/rooms')
0 files changed, 0 insertions, 0 deletions
ref='#n4'>4 5 6 7 8 9 10 11 12 13 14 15 16
17















                                                             
                                            
extends Node

var ap_name = ""
var ap_id = 0
var total = 0
var solved = 0
var ran = false


func handle_correct():
	solved += 1

	if solved >= total && !ran:
		ran = true

		var apclient = global.get_node("Archipelago")
		apclient.sendLocation(ap_id)