OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Multiple indented sets

Open wrexbe opened this issue 2 years ago • 1 comments

Does not compile

mob/verb/sayworld(T as text)
	set
		category = "Talking"
		desc = "Talk to the world"
	world << T

wrexbe avatar Jul 13 '22 20:07 wrexbe

TIL that's possible

ike709 avatar Jul 13 '22 20:07 ike709