Sub h001_0_FSCommand(ByVal command, ByVal args)
	call h001_0_DoFSCommand(command, args)
end sub

call h001_0_DoFSCommand("changeColor","none")
