skUtilities icon indicating copy to clipboard operation
skUtilities copied to clipboard

Variable cannot be set to a directory's files

Open ghost opened this issue 6 years ago • 2 comments

Versions: Minecraft: 1.12.2 Skript: 2.2 Dev34 (Also tried 2.2 Dev35b, same issue)

Issue, attempting to set a variable to a directory's contents fails. Throwing error: {_temp::*} can't be set to '"plugins/Skript/scripts"'s files' because the latter is not an object

Code used: set {_temp::*} to "plugins/Skript/scripts"'s files

ghost avatar May 27 '18 11:05 ghost

I have this problem.

ghost avatar Jul 14 '18 21:07 ghost

	ExprDirList:
		ID: ExprDirList
		Return type: Text
		Changers:
			none
		Patterns:
			[skutil[ities] ]files in dir[ectory](0¦|1¦ including sub dir[ectorie]s) %string%
			[skutil[ities] ]dir[ectory](0¦|1¦ including sub dir[ectorie]s) %string%'s files

jaylawl avatar Aug 19 '18 16:08 jaylawl