OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Var issues

Open wrexbe opened this issue 2 years ago • 1 comments

I am trying to compile Console

Ran into two things so far

Byond ignores the var inside the var, and adds the variable as if it wasn't there

datum
	task
		var
			name = "task"
			var/p_type = null
			var/source = null
			var/state = null
			var/code = null

			var/obj/signal/computer/master = null
			var/list/var_list = list()
			var/len = 0

The var here works without it being tabbed

obj
	var
	obj/items/lock/lock

wrexbe avatar Jul 12 '22 23:07 wrexbe

Hate this

ike709 avatar Jul 13 '22 02:07 ike709